X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8a27bf15dc9b689fce5b201b453dbbce7a94317f..b8e09b9b3ca4be22ba3c0098bc1e96a3be0010d7:/package/busybox/Makefile

diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index aa51b17c8..128a0dea1 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -60,6 +60,10 @@ 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) -C $(PKG_BUILD_DIR) \
 		CC="$(TARGET_CC)" \