From b617bcc343aa9dd13541831e1db291fb66dab776 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Mon, 6 Feb 2006 11:26:51 +0000 Subject: 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 --- toolchain/gcc/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/gcc/Config.in') 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 -- cgit v1.2.3