diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-05-30 20:24:57 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-30 20:24:57 +0000 |
| commit | d937c0222385b9ef78d1120421d5aad4a006740a (patch) | |
| tree | 448e0933375c27278e69916a4799c1eabf5a82d2 | |
| parent | 802f75b98c7b72986aab5e93e3c2c03f0b476e09 (diff) | |
| download | mtk-20170518-d937c0222385b9ef78d1120421d5aad4a006740a.zip mtk-20170518-d937c0222385b9ef78d1120421d5aad4a006740a.tar.gz mtk-20170518-d937c0222385b9ef78d1120421d5aad4a006740a.tar.bz2 | |
remove stale libgcc menuconfig item
SVN-Revision: 3851
| -rw-r--r-- | openwrt/toolchain/gcc/Config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/openwrt/toolchain/gcc/Config.in b/openwrt/toolchain/gcc/Config.in index 0835b5c..506287a 100644 --- a/openwrt/toolchain/gcc/Config.in +++ b/openwrt/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) |
