summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.arm
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-11-02 16:24:12 +0000
committerEric Andersen <andersen@codepoet.org>2002-11-02 16:24:12 +0000
commitc0a95906eb6795d7be3e6c8d1c1d60cbc698a146 (patch)
tree8bb9e9ccc0e77131883a013f46498c00cc79448a /extra/Configs/Config.arm
parent2ddc1bf2d5dc4b60c9a5dbe4ba09223204c0f0db (diff)
update all the Config files for the various arches so they work with the new
config system. Hopefully I got everything here correct... -Erik
Diffstat (limited to 'extra/Configs/Config.arm')
-rw-r--r--extra/Configs/Config.arm24
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm
index ed5d84229..e11ec1008 100644
--- a/extra/Configs/Config.arm
+++ b/extra/Configs/Config.arm
@@ -7,6 +7,26 @@ mainmenu "uClibc C Library Configuration"
menu "Target Architecture Features and Options"
+config HAVE_ELF
+ bool
+ default y
+
+config C_SYMBOL_PREFIX
+ string
+ default ""
+
+config ARCH_CFLAGS
+ string
+ default ""
+
+config ARCH_LDFLAGS
+ string
+ default ""
+
+config LIBGCC_CFLAGS
+ string
+ default ""
+
choice
prompt "Target Processor Type"
default CONFIG_GENERIC_ARM
@@ -42,6 +62,10 @@ config CONFIG_XSCALE
endchoice
+config ARCH_HAS_NO_MMU
+ bool
+ default y if CONFIG_ARM7TDMI
+
config CPU_CFLAGS
string
default "" if CONFIG_GENERIC_ARM