chroot-gcc: repair armv7 cross build.
This commit is contained in:
parent
3af1943fc5
commit
89cf43ae05
1 changed files with 4 additions and 2 deletions
|
@ -170,8 +170,10 @@ do_install() {
|
|||
x86_64-musl) _triplet="x86_64-unknown-linux-musl";;
|
||||
i686) _triplet="i686-pc-linux-gnu";;
|
||||
i686-musl) _triplet="i686-pc-linux-musl";;
|
||||
armv[678]l) _triplet="arm-linux-gnueabihf";;
|
||||
armv[678]l-musl) _triplet="arm-linux-musleabi";;
|
||||
armv6l) _triplet="arm-linux-gnueabihf";;
|
||||
armv7l) _triplet="arm-linux-gnueabihf7";;
|
||||
armv6l-musl) _triplet="arm-linux-musleabi";;
|
||||
armv7l-musl) _triplet="arm-linux-musleabi7";;
|
||||
*) _triplet="$XBPS_CROSS_TRIPLET";;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue