X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3edfca66b687197cfc27b052674fde5a1d0a9d1f..733f605a17e5ef598450cb30b5a92891c7e0da2b:/package/busybox/Makefile diff --git a/package/busybox/Makefile b/package/busybox/Makefile index e3e51646c..d30be0de7 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.17.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_FLAGS:=essential PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -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)" \