configure: setup triples on hf arm platforms

This commit is contained in:
Richo Healey 2014-05-27 23:42:35 -07:00
parent 8e3d2c39a8
commit b4e69d4529
1 changed files with 5 additions and 0 deletions

5
configure vendored
View File

@ -348,6 +348,11 @@ case $CFG_CPUTYPE in
CFG_CPUTYPE=arm
;;
armv7l)
CFG_CPUTYPE=arm
CFG_OSTYPE="${CFG_OSTYPE}eabihf"
;;
x86_64 | x86-64 | x64 | amd64)
CFG_CPUTYPE=x86_64
;;