mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
gdb:
- remove sysroot runtime option
This commit is contained in:
parent
3eea0ffc8d
commit
a5b7a75d9d
@ -20,12 +20,13 @@ cd objdir
|
|||||||
../configure --host=$TARGET_NAME \
|
../configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--with-sysroot=$SYSROOT_PREFIX \
|
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--disable-sim \
|
--disable-sim \
|
||||||
--without-x \
|
--without-x \
|
||||||
--enable-tui \
|
--enable-tui \
|
||||||
--disable-libada \
|
--disable-libada \
|
||||||
|
|
||||||
|
# --with-sysroot=$SYSROOT_PREFIX \
|
||||||
|
|
||||||
make #LDFLAGS=-static
|
make #LDFLAGS=-static
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user