package/busybox: fix sed issue with gcc-4.5.0 (closes #7566)
SVN-Revision: 22074
This commit is contained in:
parent
eccba67e0a
commit
1f10f64d62
@ -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…
x
Reference in New Issue
Block a user