summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.mipsel
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-04 13:07:50 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-04 13:07:50 +0000
commitf8a3fa0247f4ee4e614df73aef0f8732c8ae5ab3 (patch)
tree8a616a6013bc45c1e86b5ca6b347bd81393217e2 /extra/Configs/Config.mipsel
parentfe6015e8aac57bedd05407fc956727c993070adf (diff)
Rework the config system. Better utilize the Kconfig language
which should simplify enabling arbitrary architectures. -Erik
Diffstat (limited to 'extra/Configs/Config.mipsel')
-rw-r--r--extra/Configs/Config.mipsel30
1 files changed, 0 insertions, 30 deletions
diff --git a/extra/Configs/Config.mipsel b/extra/Configs/Config.mipsel
deleted file mode 100644
index 390be1374..000000000
--- a/extra/Configs/Config.mipsel
+++ /dev/null
@@ -1,30 +0,0 @@
-#
-# For a description of the syntax of this configuration file,
-# see extra/config/Kconfig-language.txt
-#
-
-mainmenu "uClibc C Library Configuration"
-
-menu "Target Architecture Features and Options"
-
-config HAVE_ELF
- bool
- default y
-
-config ARCH_CFLAGS
- string
- default "-mno-split-addresses"
-
-config ARCH_LDFLAGS
- string
-
-config LIBGCC_CFLAGS
- string
-
-source "extra/Configs/Config.in.arch"
-
-endmenu
-
-source "extra/Configs/Config.in"
-
-