Skip to content

Commit

Permalink
Add armv6l autodetection
Browse files Browse the repository at this point in the history
Use arm-unknown-linux-gnueabihf for hardware floating point armv6 variant
  • Loading branch information
matwey committed Oct 30, 2016
1 parent 10ce90f commit 9b81f3c
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 @@ -507,6 +507,11 @@ case $CFG_CPUTYPE in
CFG_CPUTYPE=arm
;;

armv6l)
CFG_CPUTYPE=arm
CFG_OSTYPE="${CFG_OSTYPE}eabihf"
;;

armv7l)
CFG_CPUTYPE=armv7
CFG_OSTYPE="${CFG_OSTYPE}eabihf"
Expand Down

0 comments on commit 9b81f3c

Please sign in to comment.