1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 16:06:02 +03:00

[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
This commit is contained in:
kaloz 2011-01-27 13:31:56 +00:00
parent 4d7ba8846f
commit 58f5ee719e

View File

@ -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)" \