eglibc: add '-fgnu89-inline' to $CFLAGS, dont build parallel

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-11-19 23:18:23 +01:00
parent 27cf007f5b
commit 029c3f46ee

View File

@ -37,7 +37,10 @@ strip_gold # Fails to compile using the gold linker.
LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
# set some CFLAGS we need
CFLAGS="$CFLAGS -g -fno-stack-protector"
CFLAGS="$CFLAGS -g -fno-stack-protector -fgnu89-inline"
# dont build parallel
MAKEFLAGS=-j1
export BUILD_CC=$HOST_CC
export OBJDUMP_FOR_HOST=objdump