mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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-sysroot=${SYSROOT_PREFIX} \
|
||||||
--with-lib-path=${SYSROOT_PREFIX}/lib:${SYSROOT_PREFIX}/usr/lib \
|
--with-lib-path=${SYSROOT_PREFIX}/lib:${SYSROOT_PREFIX}/usr/lib \
|
||||||
--without-ppl \
|
--without-ppl \
|
||||||
|
--enable-static \
|
||||||
--without-cloog \
|
--without-cloog \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
|
@ -20,7 +20,6 @@ pre_configure_host() {
|
|||||||
--localstatedir=$TOOLCHAIN/var \
|
--localstatedir=$TOOLCHAIN/var \
|
||||||
--prefix=$TOOLCHAIN \
|
--prefix=$TOOLCHAIN \
|
||||||
--sbindir=$TOOLCHAIN/sbin \
|
--sbindir=$TOOLCHAIN/sbin \
|
||||||
--static \
|
|
||||||
--sysconfdir=$TOOLCHAIN/etc \
|
--sysconfdir=$TOOLCHAIN/etc \
|
||||||
--enable-tools \
|
--enable-tools \
|
||||||
--disable-attr \
|
--disable-attr \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user