From c0a95906eb6795d7be3e6c8d1c1d60cbc698a146 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 2 Nov 2002 16:24:12 +0000 Subject: update all the Config files for the various arches so they work with the new config system. Hopefully I got everything here correct... -Erik --- extra/Configs/Config.i386 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'extra/Configs/Config.i386') 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 -- cgit v1.2.3