aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-01-27 13:31:56 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-01-27 13:31:56 +0000
commit3052d42b5a1857f6ed4a5edf013486182ebdab66 (patch)
tree9e0ec7207b0fbf203ec7ff9ab5dd161e5fbc0ba3 /package
parent23f1aec4092903a8a7d7297332fe3a779f4252d6 (diff)
downloadupstream-3052d42b5a1857f6ed4a5edf013486182ebdab66.tar.gz
upstream-3052d42b5a1857f6ed4a5edf013486182ebdab66.tar.bz2
upstream-3052d42b5a1857f6ed4a5edf013486182ebdab66.zip
[package/busybox]: we don't support gcc 4.5.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25146 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/busybox/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index f7e64c097a..d30be0de75 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -63,10 +63,6 @@ ifdef CONFIG_GCC_VERSION_LLVM
TARGET_CFLAGS += -fnested-functions
endif
-ifdef CONFIG_GCC_VERSION_4_5_0
- TARGET_CFLAGS += -fno-tree-pta
-endif
-
define Build/Compile
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \