[Buildroot] [PATCH] m68k: remove BR2_GCC_TARGET_ARCH

Waldemar Brodkorb wbx at openadk.org
Tue Jun 7 02:45:22 UTC 2016


Setting BR2_GCC_TARGET_ARCH is possible, but breaks
external toolchain users. m68k/cf defconfigs just
working without it.

Reported-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: Waldemar Brodkorb <wbx at openadk.org>
---
 arch/Config.in.m68k | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/Config.in.m68k b/arch/Config.in.m68k
index da06c3a..ced871f 100644
--- a/arch/Config.in.m68k
+++ b/arch/Config.in.m68k
@@ -35,7 +35,3 @@ endchoice
 config BR2_GCC_TARGET_CPU
 	default "68040"		if BR2_m68k_68040
 	default "5208"		if BR2_m68k_cf5208
-
-config BR2_GCC_TARGET_ARCH
-	default "m68k"		if BR2_m68k_m68k
-	default "cf"		if BR2_m68k_cf
-- 
2.1.4



More information about the buildroot mailing list