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:
heitbaum 2021-02-21 11:20:34 +00:00
parent 6664b4d6ba
commit 820898ea42
2 changed files with 1 additions and 1 deletions

View File

@ -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 \

View File

@ -20,7 +20,6 @@ pre_configure_host() {
--localstatedir=$TOOLCHAIN/var \
--prefix=$TOOLCHAIN \
--sbindir=$TOOLCHAIN/sbin \
--static \
--sysconfdir=$TOOLCHAIN/etc \
--enable-tools \
--disable-attr \