Skip to content

Commit

Permalink
Fix armv8-a arch
Browse files Browse the repository at this point in the history
  • Loading branch information
antonialoytorrens authored Nov 24, 2020
1 parent 4fcce7d commit 822a0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compileit
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ case "$PROCESSOR_TYPE" in
;;

armv8l)
CXXFLAGS="-march=armv8 -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe -fno-exceptions -fno-rtti"
CXXFLAGS="-march=armv8-a -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe -fno-exceptions -fno-rtti"
LDFLAGS="-Wl,-O1"
;;

Expand Down

0 comments on commit 822a0c9

Please sign in to comment.