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.nios2 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'extra/Configs/Config.nios2') diff --git a/extra/Configs/Config.nios2 b/extra/Configs/Config.nios2 index 1a98e413b..9c540507a 100644 --- a/extra/Configs/Config.nios2 +++ b/extra/Configs/Config.nios2 @@ -4,10 +4,22 @@ # config TARGET_ARCH + default "nios2" + +config ARCH_SUPPORTS_BIG_ENDIAN + bool + default n + +config ARCH_SUPPORTS_LITTLE_ENDIAN + bool + default y + +config TARGET_ARCH_FEATURES + bool + default y select ARCH_HAS_NO_MMU select ARCH_LITTLE_ENDIAN select HAVE_NO_PIC - default "nios2" config ARCH_CFLAGS string -- cgit v1.2.3