chroot-gcc: fix x86_64 musl triplet.

This commit is contained in:
Juan RP 2014-04-22 16:28:46 +02:00
parent 1fb261bb97
commit a133a3616d
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ do_install() {
case "$XBPS_TARGET_MACHINE" in
x86_64) _triplet="x86_64-unknown-linux-gnu";;
x86_64-musl) _triplet="x86_64-unknown-linux-musl";;
x86_64-musl) _triplet="x86_64-linux-musl";;
i686) _triplet="i686-pc-linux-gnu";;
i686-musl) _triplet="i686-linux-musl";;
armv5tel) _triplet="arm-linux-gnueabi";;