Skip to content

Commit

Permalink
configure: setup triples on hf arm platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed May 28, 2014
1 parent 8e3d2c3 commit b4e69d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit b4e69d4

Please sign in to comment.