aboutsummaryrefslogtreecommitdiff
path: root/config/open-axiom.m4
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-12-15 06:33:41 +0000
committerdos-reis <gdr@axiomatics.org>2011-12-15 06:33:41 +0000
commit91d2034c53d206c701d5902c9a3879af4a0f16bd (patch)
treef39d9f439e1697f86d90493b7fb58b44cc32576c /config/open-axiom.m4
parentf0979b7e8bb0fb1a1e4a0bf1705117a930e36b57 (diff)
downloadopen-axiom-91d2034c53d206c701d5902c9a3879af4a0f16bd.tar.gz
* config/open-axiom.m4 (OPENAXIOM_DYNAMIC_MODULE_SUPPORT): Fix
linker flags when building for Windows. * lisp/core.lisp.in: Do not require SB-SPROF or SB-POSIX on Windows.
Diffstat (limited to 'config/open-axiom.m4')
-rw-r--r--config/open-axiom.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/open-axiom.m4 b/config/open-axiom.m4
index 92c510a0..f8e632f9 100644
--- a/config/open-axiom.m4
+++ b/config/open-axiom.m4
@@ -513,7 +513,7 @@ eval shared_ext=\"$shrext_cmds\"
case $host in
*mingw*|*cygwin*)
oa_shrobj_flags='-prefer-pic'
- oa_shrlib_flags="-shared --export-all-symbols"
+ oa_shrlib_flags="-shared -Wl,--export-all-symbols"
;;
*darwin*)
oa_shrobj_flags='-dynamic'