gcc: update armv7l triplet again.
This commit is contained in:
parent
10e3477ab9
commit
172be05be5
|
@ -2,7 +2,7 @@
|
|||
pkgname=gcc
|
||||
_majorver=4.9
|
||||
version=${_majorver}.1
|
||||
revision=5
|
||||
revision=7
|
||||
short_desc="The GNU C Compiler"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://gcc.gnu.org"
|
||||
|
@ -33,7 +33,8 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
x86_64) _triplet="x86_64-unknown-linux-gnu";;
|
||||
x86_64-musl) _triplet="x86_64-linux-musl";;
|
||||
armv5tel) _triplet="arm-linux-gnueabi";;
|
||||
armv[67]l) _triplet="arm-linux-gnueabihf";;
|
||||
armv6l) _triplet="arm-linux-gnueabihf";;
|
||||
armv7l) _triplet="arm-linux-gnueabihf7";;
|
||||
arm*-musl) _triplet="arm-linux-musleabi";;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue