From dcf241189ab7eb060aeb06caad8b14aa964f6736 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Mon, 12 Feb 2007 21:57:57 +0000 Subject: Rehash the PowerPC e500 port to avoid creating symlinks in the powerpc arch code and make more code common with classic PowerPC. From Steve Papacharalambous Lets hope I didn't break something. --- extra/Configs/Config.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 2b1644e14..869ffd09d 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -177,6 +177,11 @@ if TARGET_x86_64 source "extra/Configs/Config.x86_64" endif +config TARGET_SUBARCH + string + default "e500" if CONFIG_E500 + default "classic" if CONFIG_CLASSIC + default "" source "extra/Configs/Config.in.arch" -- cgit v1.2.3