From fd23905bf703daa9df3a0d6858d32aa737b0516b Mon Sep 17 00:00:00 2001
From: qrczak <unknown>
Date: Fri, 25 Aug 2000 10:06:37 +0000
Subject: [PATCH] [project @ 2000-08-25 10:06:37 by qrczak] Don't strip
 libgmp.a. (But perhaps --strip-unneeded or something would be harmless.)

PS. The configure script looks for __gmpz_fdiv_qr, but gmp that I have
installed uses the name mpz_fdiv_qr and is thus not being found. (Also
it is dynamically linked, where ghc's gmp is only statically linked.)
I guess that configure should check for either name.
---
 ghc/rts/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile
index 9c7e5f090461..b0ce195b0af3 100644
--- a/ghc/rts/Makefile
+++ b/ghc/rts/Makefile
@@ -1,5 +1,5 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.34 2000/08/21 15:27:18 simonmar Exp $
+# $Id: Makefile,v 1.35 2000/08/25 10:06:37 qrczak Exp $
 #
 #  This is the Makefile for the runtime-system stuff.
 #  This stuff is written in C (and cannot be written in Haskell).
@@ -157,7 +157,6 @@ endif
 gmp/libgmp.a ::
 	$(MAKE) -C gmp MAKEFLAGS=
 	@$(CP) gmp/.libs/libgmp.a gmp
-	@$(STRIP) gmp/libgmp.a
 endif
 
 #-----------------------------------------------------------------------------
-- 
GitLab