From: Taylor R Campbell Date: Sat, 10 Nov 2018 18:00:42 +0000 (+0000) Subject: Use -Wl,-export-dynamic to pass -export-dynamic to the linker. X-Git-Tag: mit-scheme-pucked-10.1.2~16^2~111 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d3e8b5986138ca193e28ec59c05d89458b0745e7;p=mit-scheme.git Use -Wl,-export-dynamic to pass -export-dynamic to the linker. --- diff --git a/src/microcode/configure.ac b/src/microcode/configure.ac index 29a5d70c3..a5494956b 100644 --- a/src/microcode/configure.ac +++ b/src/microcode/configure.ac @@ -375,7 +375,7 @@ esac if test "${DO_GCC_TESTS}" = yes; then if test "${GNU_LD}" = yes; then - SCHEME_LDFLAGS="${SCHEME_LDFLAGS} -export-dynamic" + SCHEME_LDFLAGS="${SCHEME_LDFLAGS} -Wl,-export-dynamic" fi AC_MSG_CHECKING([for ELF binaries]) AC_EGREP_CPP([yes],