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.e1 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'extra/Configs/Config.e1') diff --git a/extra/Configs/Config.e1 b/extra/Configs/Config.e1 index d134a0c83..919e46e78 100644 --- a/extra/Configs/Config.e1 +++ b/extra/Configs/Config.e1 @@ -3,14 +3,22 @@ # see extra/config/Kconfig-language.txt # +config TARGET_ARCH + default "e1" + config ARCH_SUPPORTS_BIG_ENDIAN bool default y -config TARGET_ARCH +config ARCH_SUPPORTS_LITTLE_ENDIAN + bool + default n + +config TARGET_ARCH_FEATURES + bool + default y select ARCH_HAS_NO_MMU select HAVE_NO_SHARED - default "e1" config ARCH_E1 bool -- cgit v1.2.3