diff options
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 |