From 2304e360269b8e53e5ff7853358e5283e1e86061 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 19 Jan 2006 22:41:17 +0000 Subject: fix breakage from HAVE_ELF removal and standardize all the arch config files --- extra/Configs/Config.sh | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'extra/Configs/Config.sh') diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index 2443e02f0..1f67560bc 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -6,12 +6,6 @@ config TARGET_ARCH default "sh" -config ARCH_CFLAGS - string - -config LIBGCC_CFLAGS - string - config ARCH_SUPPORTS_BIG_ENDIAN bool default y @@ -20,6 +14,16 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN bool default y +config TARGET_ARCH_FEATURES + bool + default y + +config ARCH_CFLAGS + string + +config LIBGCC_CFLAGS + string + choice prompt "Target Processor Type" default CONFIG_SH4 -- cgit v1.2.3