mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 02:12:52 +02:00
package/busybox: fix sed issue with gcc-4.5.0 (closes #7566)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22074 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b11b5fb9e5
commit
35ba8b6c68
@ -60,6 +60,10 @@ ifdef CONFIG_GCC_VERSION_LLVM
|
|||||||
TARGET_CFLAGS += -fnested-functions
|
TARGET_CFLAGS += -fnested-functions
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef CONFIG_GCC_VERSION_4_5_0
|
||||||
|
TARGET_CFLAGS += -fno-tree-pta
|
||||||
|
endif
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
CC="$(TARGET_CC)" \
|
CC="$(TARGET_CC)" \
|
||||||
|
Loading…
Reference in New Issue
Block a user