Skip to content

Commit

Permalink
use -u instead of -allow-undefined-file like the rest of ghc.
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Jan 11, 2019
1 parent 9af1562 commit 6329ed3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 71 deletions.
4 changes: 0 additions & 4 deletions rts/package.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ hugs-options:
cc-options:

ld-options:
#if !defined(unknown_wasm_HOST_OS)
#if defined(LEADING_UNDERSCORE)

"-Wl,-u,_base_GHCziTopHandler_runIO_closure"
Expand Down Expand Up @@ -304,9 +303,6 @@ ld-options:
, "-Wl,-u,findPtr"
#endif
#endif
#else
"-Wl,-allow-undefined-file,rts.wasm.syms"
#endif

/* Pick up static libraries in preference over dynamic if in earlier search
* path. This is important to use the static gmp in preference on Mac OS.
Expand Down
67 changes: 0 additions & 67 deletions rts/rts.wasm.syms

This file was deleted.

0 comments on commit 6329ed3

Please sign in to comment.