Skip to content

Commit b4e69d4

Browse files
committed
configure: setup triples on hf arm platforms
1 parent 8e3d2c3 commit b4e69d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configure

+5
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,11 @@ case $CFG_CPUTYPE in
348348
CFG_CPUTYPE=arm
349349
;;
350350

351+
armv7l)
352+
CFG_CPUTYPE=arm
353+
CFG_OSTYPE="${CFG_OSTYPE}eabihf"
354+
;;
355+
351356
x86_64 | x86-64 | x64 | amd64)
352357
CFG_CPUTYPE=x86_64
353358
;;

0 commit comments

Comments
 (0)