X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7ffe9830cf5b8945234e500cd70262fd1f5cf73f..990779045afec3400427189622b1df97e5af2bf6:/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)" \