aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2006-02-06 11:26:51 +0000
committerImre Kaloz <kaloz@openwrt.org>2006-02-06 11:26:51 +0000
commitb617bcc343aa9dd13541831e1db291fb66dab776 (patch)
tree381423c4c2a50ac4d90f73a6037884ff2a610b6b /toolchain/gcc/Config.in
parent2cc350b51a00a545b77980700ab5e512dc79a786 (diff)
downloadupstream-b617bcc343aa9dd13541831e1db291fb66dab776.tar.gz
upstream-b617bcc343aa9dd13541831e1db291fb66dab776.tar.bz2
upstream-b617bcc343aa9dd13541831e1db291fb66dab776.zip
make gcc4 depend on libgcc, and disable the libgcc hack for it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3161 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 759daea5be..bec032e299 100644
--- a/toolchain/gcc/Config.in
+++ b/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