mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
gdb: fix build with ARM
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6a3da77cf0
commit
1c57ae9d1b
@ -22,6 +22,8 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
|
strip_lto
|
||||||
|
|
||||||
export bash_cv_have_mbstate_t=set
|
export bash_cv_have_mbstate_t=set
|
||||||
|
|
||||||
export CC_FOR_BUILD="$HOST_CC"
|
export CC_FOR_BUILD="$HOST_CC"
|
||||||
@ -38,5 +40,6 @@ mkdir -p objdir && cd objdir
|
|||||||
--without-x \
|
--without-x \
|
||||||
--disable-tui \
|
--disable-tui \
|
||||||
--disable-libada \
|
--disable-libada \
|
||||||
|
--disable-werror \
|
||||||
|
|
||||||
make
|
make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user