mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
qemu: remove --static to successfully compile on hirsute-proposed glibc 2.33
binutils: gdb HEAD requires --enable-static to compile 668c18f17fc4ea91675a2b638c31bfbefa29665f as mentioned in PR5159
This commit is contained in:
parent
6664b4d6ba
commit
820898ea42
@ -16,6 +16,7 @@ PKG_CONFIGURE_OPTS_HOST="--target=${TARGET_NAME} \
|
||||
--with-sysroot=${SYSROOT_PREFIX} \
|
||||
--with-lib-path=${SYSROOT_PREFIX}/lib:${SYSROOT_PREFIX}/usr/lib \
|
||||
--without-ppl \
|
||||
--enable-static \
|
||||
--without-cloog \
|
||||
--disable-werror \
|
||||
--disable-multilib \
|
||||
|
@ -20,7 +20,6 @@ pre_configure_host() {
|
||||
--localstatedir=$TOOLCHAIN/var \
|
||||
--prefix=$TOOLCHAIN \
|
||||
--sbindir=$TOOLCHAIN/sbin \
|
||||
--static \
|
||||
--sysconfdir=$TOOLCHAIN/etc \
|
||||
--enable-tools \
|
||||
--disable-attr \
|
||||
|
Loading…
x
Reference in New Issue
Block a user