aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-05-30 20:24:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-05-30 20:24:57 +0000
commit53e3b04989d880f4de22c418f2621b1b35f313c8 (patch)
treef8d1596ccb279106a218cfa0d27cde5987d11e11
parentea095c0e26be36700e6122b853a4f7e921d75133 (diff)
downloadmaster-187ad058-53e3b04989d880f4de22c418f2621b1b35f313c8.tar.gz
master-187ad058-53e3b04989d880f4de22c418f2621b1b35f313c8.tar.bz2
master-187ad058-53e3b04989d880f4de22c418f2621b1b35f313c8.zip
remove stale libgcc menuconfig item
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3851 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--toolchain/gcc/Config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 0835b5c8a1..506287a3f8 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -29,12 +29,6 @@ choice
endchoice
-config PACKAGE_LIBGCC
- tristate
- prompt "libgcc package" if TOOLCHAINOPTS
- default y if GCC_VERSION_4_0_2 || GCC_VERSION_4_0_3 || GCC_VERSION_4_1_0
- default m
-
config GCC_VERSION
string
prompt "GCC compiler Version" if (TOOLCHAINOPTS && NULL)