diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-19 22:41:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-19 22:41:17 +0000 |
commit | 2304e360269b8e53e5ff7853358e5283e1e86061 (patch) | |
tree | 2c5221201ee428d25ec93350611a1818e3b15f1b /extra/Configs/Config.sh64 | |
parent | eb02583637cab8746282c5ad266d73c09912aa73 (diff) |
fix breakage from HAVE_ELF removal and standardize all the arch config files
Diffstat (limited to 'extra/Configs/Config.sh64')
-rw-r--r-- | extra/Configs/Config.sh64 | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/extra/Configs/Config.sh64 b/extra/Configs/Config.sh64 index 7bdbe5685..3a792939f 100644 --- a/extra/Configs/Config.sh64 +++ b/extra/Configs/Config.sh64 @@ -6,12 +6,6 @@ config TARGET_ARCH default "sh64" -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_SH5 |