Skip to content

Commit

Permalink
Use cross-compile for i386
Browse files Browse the repository at this point in the history
  • Loading branch information
luben committed Apr 4, 2024
1 parent b833326 commit 1ff8933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_so.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ compile () {
}

compile amd64 linux
compile i386 linux "gcc -march=i586 -static-libgcc"
#compile i386 linux "gcc -march=i586 -static-libgcc"
compile ppc64 linux
compile ppc64le linux
compile aarch64 linux
Expand Down

0 comments on commit 1ff8933

Please # to comment.