summaryrefslogtreecommitdiffstats
path: root/package/busybox
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
commit51156ea6b8e72229843204aae2d65f2dffca394b (patch)
treef06e9fcec7882b898fadd7eeb8d856b3d1bbb7a6 /package/busybox
parentb255026bd13c5e23dd3d2da45eb03e3766b65a52 (diff)
downloadmaster-31e0f0ae-51156ea6b8e72229843204aae2d65f2dffca394b.tar.gz
master-31e0f0ae-51156ea6b8e72229843204aae2d65f2dffca394b.tar.bz2
master-31e0f0ae-51156ea6b8e72229843204aae2d65f2dffca394b.zip
we don't support gcc 4.5.0
SVN-Revision: 25146
Diffstat (limited to 'package/busybox')
-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)" \