mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
eglibc: add '-fgnu89-inline' to $CFLAGS, dont build parallel
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
27cf007f5b
commit
029c3f46ee
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user