gcc: add support for armv5tel

This commit is contained in:
Enno Boland 2014-03-16 12:38:10 +01:00
parent 2ea7f9c47e
commit 6a2ed8858e
1 changed files with 1 additions and 0 deletions

View File

@ -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";;