summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.arm
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-09-08 23:43:20 +0000
committerEric Andersen <andersen@codepoet.org>2003-09-08 23:43:20 +0000
commita297b8c478c45c347c38746cc65f8fe6467d5c58 (patch)
tree827869e509771c996b25e11258692d995167d07f /extra/Configs/Config.arm
parent24c64e4ca62ed8b882a2a5c279a0e5e7344d3443 (diff)
Force enable ADD_LIBGCC_FUNCTIONS on arm
Diffstat (limited to 'extra/Configs/Config.arm')
-rw-r--r--extra/Configs/Config.arm6
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