configure: setup triples on hf arm platforms
This commit is contained in:
parent
8e3d2c39a8
commit
b4e69d4529
1 changed files with 5 additions and 0 deletions
5
configure
vendored
5
configure
vendored
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue