Skip to content

Commit

Permalink
Merge pull request #555 from dancrossnyc/openbsd-link-opt
Browse files Browse the repository at this point in the history
mlton-script: OpenBSD link-opt for no xonly text
  • Loading branch information
MatthewFluet committed Mar 28, 2024
2 parents 3f76105 + e2e3227 commit d688f0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/mlton-script
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ for arg in "$@"; do
-target-link-opt mingw \
'-lws2_32 -lkernel32 -lpsapi -lnetapi32 -lwinmm' \
-target-link-opt mingw '-Wl,--enable-stdcall-fixup' \
-target-link-opt openbsd '-Wl,--no-execute-only' \
-target-link-opt solaris '-lnsl -lsocket -lrt' \
-target-link-opt x86 '-m32' \
-profile-exclude '\$\(SML_LIB\)'
Expand Down

0 comments on commit d688f0e

Please sign in to comment.