gcc: disable nocross
This commit is contained in:
parent
ab1240af9d
commit
5b3aca5915
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user