Skip to content

Commit

Permalink
specify armv7 to match neon flag on armhf
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanmisaka authored Dec 2, 2020
1 parent 6585527 commit e36ec9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ prepare_extra_common() {
CROSS_OPT=""
;;
'armhf')
CROSS_OPT="--host=arm-linux-gnueabihf CC=arm-linux-gnueabihf-gcc CXX=arm-linux-gnueabihf-g++"
CROSS_OPT="--host=armv7-linux-gnueabihf CC=arm-linux-gnueabihf-gcc CXX=arm-linux-gnueabihf-g++"
;;
'arm64')
CROSS_OPT="--host=aarch64-linux-gnu CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++"
Expand Down

0 comments on commit e36ec9d

Please sign in to comment.