gcc: add support for armv5tel
This commit is contained in:
parent
2ea7f9c47e
commit
6a2ed8858e
|
@ -25,6 +25,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
i686-musl) _triplet="i686-pc-linux-musl";;
|
||||
x86_64) _triplet="x86_64-unknown-linux-gnu";;
|
||||
x86_64-musl) _triplet="x86_64-unknown-linux-musl";;
|
||||
armv5tel) _triplet="arm-linux-gnueabi";;
|
||||
armv6l) _triplet="arm-linux-gnueabihf";;
|
||||
armv7l) _triplet="arm-linux-gnueabihf7";;
|
||||
armv6l-musl) _triplet="arm-linux-musleabi";;
|
||||
|
|
Loading…
Reference in New Issue