Skip to content

Commit

Permalink
tweak arm flags
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 27, 2024
1 parent 1b6702a commit 9beed29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_linux_zig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export CXX=zig_cxx

case "$ARCH" in
arm)
export ZIG_TARGET="${ARCH}-linux-gnueabihf.2.17 -march=armv6 -mfpu=vfp -mfloat-abi=hard"
export ZIG_TARGET="${ARCH}-linux-gnueabihf.2.17 -mcpu=generic+v7a+vfp3-d32+thumb2-neon"
export CHOST=arm-linux-gnueabihf
;;
*)
Expand Down

0 comments on commit 9beed29

Please sign in to comment.