Skip to content

Commit

Permalink
Revert cross-compile for mips64 and i386
Browse files Browse the repository at this point in the history
  • Loading branch information
luben committed Nov 25, 2023
1 parent 2b6c3b7 commit 8e0c89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make_so.sh
Expand Up @@ -26,11 +26,11 @@ 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
#compile mips64 linux
compile mips64 linux
compile loongarch64 linux
compile amd64 freebsd "cc"
compile i386 freebsd "cc -m32 -march=i486 -mfancy-math-387"

0 comments on commit 8e0c89b

Please sign in to comment.