diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-09-08 23:43:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-09-08 23:43:20 +0000 |
commit | a297b8c478c45c347c38746cc65f8fe6467d5c58 (patch) | |
tree | 827869e509771c996b25e11258692d995167d07f /extra | |
parent | 24c64e4ca62ed8b882a2a5c279a0e5e7344d3443 (diff) |
Force enable ADD_LIBGCC_FUNCTIONS on arm
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.arm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm index 1fae6422f..7331188a6 100644 --- a/extra/Configs/Config.arm +++ b/extra/Configs/Config.arm @@ -20,10 +20,6 @@ config ARCH_LDFLAGS config LIBGCC_CFLAGS string -config ADD_LIBGCC_FUNCTIONS - bool - default y - choice prompt "Target Processor Type" default CONFIG_GENERIC_ARM @@ -84,9 +80,11 @@ choice Endian, or Little Endian. config ARCH_LITTLE_ENDIAN + select ADD_LIBGCC_FUNCTIONS bool "Little Endian" config ARCH_BIG_ENDIAN + select ADD_LIBGCC_FUNCTIONS bool "Big Endian" endchoice |