diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-02 16:24:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-02 16:24:12 +0000 |
commit | c0a95906eb6795d7be3e6c8d1c1d60cbc698a146 (patch) | |
tree | 8bb9e9ccc0e77131883a013f46498c00cc79448a /extra/Configs/Config.i386 | |
parent | 2ddc1bf2d5dc4b60c9a5dbe4ba09223204c0f0db (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.i386')
-rw-r--r-- | extra/Configs/Config.i386 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386 index b938a404b..463da8e2b 100644 --- a/extra/Configs/Config.i386 +++ b/extra/Configs/Config.i386 @@ -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_386 |