Skip to content

Commit

Permalink
fix: remove -m64 flag for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyob committed Jul 31, 2024
1 parent 48970e2 commit ee76e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export CFLAGS_FOR_TARGET="-O3 -fPIE -fpermissive"
export CXXFLAGS_FOR_TARGET="-O3 -fPIE -fpermissive"

case "$TARGET" in
x86_64-* | aarch64-*)
x86_64-*)
export CFLAGS_FOR_TARGET+=" -m64"
export CXXFLAGS_FOR_TARGET+=" -m64"
;;
Expand Down

0 comments on commit ee76e4c

Please sign in to comment.