From: Imre Kaloz Date: Thu, 27 Jan 2011 13:31:56 +0000 (+0000) Subject: we don't support gcc 4.5.0 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=51156ea6b8e72229843204aae2d65f2dffca394b;p=openwrt%2Fstaging%2Fdedeckeh.git we don't support gcc 4.5.0 SVN-Revision: 25146 --- 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)" \