Skip to content

Commit 9b81f3c

Browse files
committed
Add armv6l autodetection
Use arm-unknown-linux-gnueabihf for hardware floating point armv6 variant
1 parent 10ce90f commit 9b81f3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configure

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,11 @@ case $CFG_CPUTYPE in
507507
CFG_CPUTYPE=arm
508508
;;
509509

510+
armv6l)
511+
CFG_CPUTYPE=arm
512+
CFG_OSTYPE="${CFG_OSTYPE}eabihf"
513+
;;
514+
510515
armv7l)
511516
CFG_CPUTYPE=armv7
512517
CFG_OSTYPE="${CFG_OSTYPE}eabihf"

0 commit comments

Comments
 (0)