diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-01-27 13:24:38 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-01-27 13:24:38 +0000 |
commit | f9060eb6b073cfcee11ff27e92617367f98427ac (patch) | |
tree | fcc73428d82bb716da86687b6d90568cf0332b17 /package | |
parent | 96b1ff4aaff8b7b3a6dd0bfcb8fc359f8c3fac85 (diff) | |
download | upstream-f9060eb6b073cfcee11ff27e92617367f98427ac.tar.gz upstream-f9060eb6b073cfcee11ff27e92617367f98427ac.tar.bz2 upstream-f9060eb6b073cfcee11ff27e92617367f98427ac.zip |
[toolchain]: get rid of gcc 4.1.2 and 4.2.4 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25144 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/uci/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/uci/Makefile b/package/uci/Makefile index 78b3fa8e3a..bd46864bc2 100644 --- a/package/uci/Makefile +++ b/package/uci/Makefile @@ -65,11 +65,6 @@ UCI_MAKEOPTS = \ FPIC="$(FPIC)" \ OS="Linux" -# work around a nasty gcc bug -ifneq ($(CONFIG_GCC_VERSION_4_2_4),) - UCI_MAKEOPTS += WOPTS="" -endif - define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) $(UCI_MAKEOPTS) $(MAKE) -C $(PKG_BUILD_DIR)/lua $(UCI_MAKEOPTS) |