From e4749846ac3f1b82db965dc03253ca63d6a36b33 Mon Sep 17 00:00:00 2001
From: rrt <unknown>
Date: Mon, 17 Jul 2000 15:10:14 +0000
Subject: [PATCH] [project @ 2000-07-17 15:10:14 by rrt] Use GMP dll rather
 than static library under mingwin.

---
 ghc/rts/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile
index 89e031afda7f..857db0b7b49e 100644
--- a/ghc/rts/Makefile
+++ b/ghc/rts/Makefile
@@ -1,5 +1,5 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.28 2000/06/23 14:01:09 rrt Exp $
+# $Id: Makefile,v 1.29 2000/07/17 15:10:14 rrt Exp $
 #
 #  This is the Makefile for the runtime-system stuff.
 #  This stuff is written in C (and cannot be written in Haskell).
@@ -99,8 +99,8 @@ DLL_NAME          = HSrts.dll
 ifeq "$(way)" "dll"
 DLL_IMPLIB_NAME   = libHSrts_imp.a
 
-SRC_BLD_DLL_OPTS += --output-def=HSrts.def --export-all -lwinmm \
-                    -lHS_imp_stub -lgmp -L. -Lgmp
+SRC_BLD_DLL_OPTS += --output-def=HSrts.def --export-all -L. -Lgmp -lwinmm \
+                    -lHS_imp_stub -lgmp_imp
 
 #
 # Need an import library containing the symbols the RTS uses from the Prelude.
-- 
GitLab