summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsof <unknown>2000-03-14 01:50:49 +0000
committersof <unknown>2000-03-14 01:50:49 +0000
commit184714eddff9d414f76b9acf1f49fb61aa67bdec (patch)
tree3e59304f7ead7c41a7af78c0f25068dcb7085347
parentcfab6b90ceae929552f3da817786b27a1ebc946e (diff)
downloadhaskell-184714eddff9d414f76b9acf1f49fb61aa67bdec.tar.gz
[project @ 2000-03-14 01:50:49 by sof]
Don't be selective about what's exported from the RTS DLL any more, as it requires sync'ing HSrts.def whenever the RTS offerings change.
-rw-r--r--ghc/rts/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile
index 276120ae6e..5c014a2b5c 100644
--- a/ghc/rts/Makefile
+++ b/ghc/rts/Makefile
@@ -1,5 +1,5 @@
#-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.19 2000/03/14 01:31:38 sof Exp $
+# $Id: Makefile,v 1.20 2000/03/14 01:50:49 sof Exp $
#
# This is the Makefile for the runtime-system stuff.
# This stuff is written in C (and cannot be written in Haskell).
@@ -97,7 +97,7 @@ unexport CC
DLL_NAME = HSrts.dll
ifeq "$(way)" "dll"
DLL_IMPLIB_NAME = libHSrts_imp.a
-SRC_BLD_DLL_OPTS += --def HSrts.def -lwinmm -lHS_imp_stub -lgmp -L. -Lgmp
+SRC_BLD_DLL_OPTS += --export-all -lwinmm -lHS_imp_stub -lgmp -L. -Lgmp
#
# Need an import library containing the symbols the RTS uses from the Prelude.