diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-29 09:51:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-29 09:51:34 +0000 |
commit | 38a2cc99823108d782c47ba31baf295e2335fc3f (patch) | |
tree | 8dc3ab8d926f95bf4e20cfa76dc4165c7b7afcb3 /package/Makefile | |
parent | 59414a4e0e35a9bcd50101daf02b83ddceab6596 (diff) | |
download | upstream-38a2cc99823108d782c47ba31baf295e2335fc3f.tar.gz upstream-38a2cc99823108d782c47ba31baf295e2335fc3f.tar.bz2 upstream-38a2cc99823108d782c47ba31baf295e2335fc3f.zip |
make gcc compile install libgcc_s by default, remove package/libgcc/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@755 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index 6cbadad24a..6fdf929846 100644 --- a/package/Makefile +++ b/package/Makefile @@ -28,7 +28,6 @@ package-$(BR2_PACKAGE_KISMET) += kismet package-$(BR2_PACKAGE_L2TPD) += l2tpd package-$(BR2_PACKAGE_LCD4LINUX) += lcd4linux package-$(BR2_PACKAGE_LIBELF) += libelf -package-$(BR2_PACKAGE_LIBGCC) += libgcc package-$(BR2_PACKAGE_LIBPTHREAD) += libpthread package-$(BR2_PACKAGE_LIBUSB) += libusb package-$(BR2_PACKAGE_LZO) += lzo |