diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-01-27 13:31:56 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-01-27 13:31:56 +0000 |
commit | 51156ea6b8e72229843204aae2d65f2dffca394b (patch) | |
tree | f06e9fcec7882b898fadd7eeb8d856b3d1bbb7a6 /package/busybox/Makefile | |
parent | b255026bd13c5e23dd3d2da45eb03e3766b65a52 (diff) | |
download | upstream-51156ea6b8e72229843204aae2d65f2dffca394b.tar.gz upstream-51156ea6b8e72229843204aae2d65f2dffca394b.tar.bz2 upstream-51156ea6b8e72229843204aae2d65f2dffca394b.zip |
we don't support gcc 4.5.0
SVN-Revision: 25146
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 4 |
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)" \ |