From 633049d80064e8c156ff58e1fc776f2f9afe9163 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Wed, 7 Apr 2010 23:00:28 -0300 Subject: Enable e300c2, e300c3 and e500mc powerpc optimizations Closes #1513 Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- target/Config.in.arch | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target') diff --git a/target/Config.in.arch b/target/Config.in.arch index 26f7aa5db..1de679f99 100644 --- a/target/Config.in.arch +++ b/target/Config.in.arch @@ -490,6 +490,15 @@ config BR2_powerpc_970 bool "970" config BR2_powerpc_8540 bool "8540" +comment "e300c2 needs gcc >= 4.4.x" +config BR2_powerpc_e300c2 + bool "e300c2" +comment "e300c3 needs gcc >= 4.4.x" +config BR2_powerpc_e300c3 + bool "e300c3" +comment "e500mc needs gcc >= 4.4.x" +config BR2_powerpc_e500mc + bool "e500mc" endchoice config BR2_ARCH @@ -648,6 +657,9 @@ config BR2_GCC_TARGET_TUNE default 860 if BR2_powerpc_860 default 970 if BR2_powerpc_970 default 8540 if BR2_powerpc_8540 + default e300c2 if BR2_powerpc_e300c2 + default e300c3 if BR2_powerpc_e300c3 + default e500mc if BR2_powerpc_e500mc default v7 if BR2_sparc_v7 default cypress if BR2_sparc_cypress default v8 if BR2_sparc_v8 -- cgit v1.2.3