mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
gcc: disable nocross
This commit is contained in:
parent
ab1240af9d
commit
5b3aca5915
1 changed files with 3 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue