aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-13 23:33:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-13 23:33:21 +0000
commit3496b2283a698efc9470c73a6f2c9647b8e85164 (patch)
tree7ebb336ad0a01ee5c5d033d62189eaedaaf9da9d /package
parent75012b27d756b6aa33f77f2f9ac617468ee3ebbf (diff)
downloadmaster-187ad058-3496b2283a698efc9470c73a6f2c9647b8e85164.tar.gz
master-187ad058-3496b2283a698efc9470c73a6f2c9647b8e85164.tar.bz2
master-187ad058-3496b2283a698efc9470c73a6f2c9647b8e85164.zip
remove libgcc hack
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3943 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/base-files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 23152c11d1..5e51b7e653 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -34,7 +34,7 @@ endef
define Package/libgcc
SECTION:=libs
CATEGORY:=Libraries
- DEFAULT:=m, y if GCC_VERSION_4_0_2 || GCC_VERSION_4_0_3 || GCC_VERSION_4_1_0
+ DEFAULT:=y
TITLE:=GCC support library
VERSION:=$(LIBGCC_VERSION)-$(PKG_RELEASE)
DESCRIPTION:=$(TITLE)