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.powerpc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'extra/Configs/Config.powerpc') diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc index 7129f0012..910250436 100644 --- a/extra/Configs/Config.powerpc +++ b/extra/Configs/Config.powerpc @@ -4,13 +4,21 @@ # config TARGET_ARCH - select ARCH_HAS_MMU default "powerpc" config ARCH_SUPPORTS_BIG_ENDIAN bool default y +config ARCH_SUPPORTS_LITTLE_ENDIAN + bool + default n + +config TARGET_ARCH_FEATURES + bool + default y + select ARCH_HAS_MMU + config ARCH_CFLAGS string -- cgit v1.2.3