From 5b3aca591555bc4911079c2141c1a2aecdff2f3f Mon Sep 17 00:00:00 2001 From: oreo639 Date: Sun, 28 Jan 2024 15:20:08 -0800 Subject: [PATCH] gcc: disable nocross --- srcpkgs/gcc/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gcc/template b/srcpkgs/gcc/template index 1ac03f8368d..fef47f43545 100644 --- a/srcpkgs/gcc/template +++ b/srcpkgs/gcc/template @@ -29,7 +29,6 @@ checksum="e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8 5eac8664e9d67be6bd0bee5085d6840b8baf738c06814df47eaf4166d9776436" -nocross=temporarily nopie=yes lib32disabled=yes bootstrap=yes @@ -48,7 +47,7 @@ case "$XBPS_TARGET_MACHINE" in esac case "$XBPS_TARGET_MACHINE" in - i686*|x86_64*|ppc64le) _have_libquadmath=yes ;; + i686*|x86_64*|ppc64le*) _have_libquadmath=yes ;; esac if [ "$CHROOT_READY" ]; then @@ -221,9 +220,9 @@ do_configure() { ppc*) _args+=" --enable-secureplt --enable-autolink-libatomic";; esac - # on ppc64le-musl and all big endian ppc64 + # on all big endian ppc64 case "$XBPS_TARGET_MACHINE" in - ppc64le) ;; + ppc64le*) ;; ppc64*) _args+=" --disable-libquadmath" ;; esac