gcc: disable nocross

This commit is contained in:
oreo639 2024-01-28 15:20:08 -08:00
parent ab1240af9d
commit 5b3aca5915

View file

@ -29,7 +29,6 @@ checksum="e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da
ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8 ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8
5eac8664e9d67be6bd0bee5085d6840b8baf738c06814df47eaf4166d9776436" 5eac8664e9d67be6bd0bee5085d6840b8baf738c06814df47eaf4166d9776436"
nocross=temporarily
nopie=yes nopie=yes
lib32disabled=yes lib32disabled=yes
bootstrap=yes bootstrap=yes
@ -48,7 +47,7 @@ case "$XBPS_TARGET_MACHINE" in
esac esac
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*|ppc64le) _have_libquadmath=yes ;; i686*|x86_64*|ppc64le*) _have_libquadmath=yes ;;
esac esac
if [ "$CHROOT_READY" ]; then if [ "$CHROOT_READY" ]; then
@ -221,9 +220,9 @@ do_configure() {
ppc*) _args+=" --enable-secureplt --enable-autolink-libatomic";; ppc*) _args+=" --enable-secureplt --enable-autolink-libatomic";;
esac esac
# on ppc64le-musl and all big endian ppc64 # on all big endian ppc64
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
ppc64le) ;; ppc64le*) ;;
ppc64*) _args+=" --disable-libquadmath" ;; ppc64*) _args+=" --disable-libquadmath" ;;
esac esac