remove stale libgcc menuconfig item
authorFelix Fietkau <nbd@openwrt.org>
Tue, 30 May 2006 20:24:57 +0000 (20:24 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 30 May 2006 20:24:57 +0000 (20:24 +0000)
SVN-Revision: 3851

openwrt/toolchain/gcc/Config.in

index 0835b5c8a130a680df7c956c3e05cd127a30c1b4..506287a3f816b9cfaecfe2fce60fc9276ea0aa06 100644 (file)
@@ -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)