From 58f5ee719e2afcb37392e3a5dc5700b2437ecc68 Mon Sep 17 00:00:00 2001 From: kaloz Date: Thu, 27 Jan 2011 13:31:56 +0000 Subject: [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 --- package/busybox/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/busybox/Makefile') diff --git a/package/busybox/Makefile b/package/busybox/Makefile index f7e64c097..d30be0de7 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)" \ -- cgit v1.2.3