diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-02-06 11:26:51 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-02-06 11:26:51 +0000 |
commit | f899e1bc452ec65e58cbeff9a0f8f79e8d1eeec7 (patch) | |
tree | 67edd7a7ab0241a03d27103a9f53afb574a514f0 /openwrt/toolchain/gcc/Config.in | |
parent | b37df06d501fbae046c15d91c42eb5c8548ffc8e (diff) | |
download | mtk-20170518-f899e1bc452ec65e58cbeff9a0f8f79e8d1eeec7.zip mtk-20170518-f899e1bc452ec65e58cbeff9a0f8f79e8d1eeec7.tar.gz mtk-20170518-f899e1bc452ec65e58cbeff9a0f8f79e8d1eeec7.tar.bz2 |
make gcc4 depend on libgcc, and disable the libgcc hack for it
SVN-Revision: 3161
Diffstat (limited to 'openwrt/toolchain/gcc/Config.in')
-rw-r--r-- | openwrt/toolchain/gcc/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/toolchain/gcc/Config.in b/openwrt/toolchain/gcc/Config.in index 759daea..bec032e 100644 --- a/openwrt/toolchain/gcc/Config.in +++ b/openwrt/toolchain/gcc/Config.in @@ -29,6 +29,7 @@ choice config BR2_GCC_VERSION_4_0_2 bool "gcc 4.0.2" select BR2_GCC_3_4 + select BR2_PACKAGE_LIBGCC endchoice |