From: rrt Date: Wed, 6 Jun 2001 10:35:39 +0000 (+0000) Subject: [project @ 2001-06-06 10:35:39 by rrt] X-Git-Tag: Approximately_9120_patches~1801 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a103f9f304854ba9cc394abe9abeb148ea8bee85;p=ghc-hetmet.git [project @ 2001-06-06 10:35:39 by rrt] Add comment about why gmp is configured differently on Windows. --- diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 7d880db..5adfa21 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.49 2001/05/22 15:58:57 simonmar Exp $ +# $Id: Makefile,v 1.50 2001/06/06 10:35:39 rrt Exp $ # # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -155,6 +155,8 @@ boot :: cd gmp && ./configure --enable-shared=no \ --host=`echo $(HOSTPLATFORM) | sed 's/i[567]86/i486/g'` else +# Pass --target to configure of GMP, so that building for mingwin under +# cygwin works properly (when the host is not the same as the target) boot :: cd gmp && ./configure --enable-shared=no --target=$(HOSTPLATFORM) endif