1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-17 12:43:56 +02:00

toolchain/gcc: fix build on arm with clang as host gcc replacement

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 40772
This commit is contained in:
Felix Fietkau 2014-05-15 20:11:54 +00:00
parent cfbd90d2bf
commit 479c25641a

View File

@ -95,6 +95,10 @@ endif
GCC_CONFIGURE:= \
SHELL="$(BASH)" \
$(if $(shell gcc --version 2>&1 | grep LLVM), \
CFLAGS="-O2 -fbracket-depth=512 -pipe" \
CXXFLAGS="-O2 -fbracket-depth=512 -pipe" \
) \
$(HOST_SOURCE_DIR)/configure \
--with-bugurl=$(BUGURL) \
--with-pkgversion="$(PKGVERSION)" \