From: rrt Date: Mon, 11 Sep 2000 15:02:51 +0000 (+0000) Subject: [project @ 2000-09-11 15:02:51 by rrt] X-Git-Tag: Approximately_9120_patches~3756 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fa29f53b109d4f51e90a61f106c0516b1235f3f9;hp=09672690be41a835a115de4cedbeb98a7ed89184;p=ghc-hetmet.git [project @ 2000-09-11 15:02:51 by rrt] Pass --target to configure of GMP, so that building for mingwin under cygwin works properly. --- diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 3e86da9..265008d 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.36 2000/09/04 14:39:10 simonmar Exp $ +# $Id: Makefile,v 1.37 2000/09/11 15:02:51 rrt Exp $ # # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -129,10 +129,8 @@ endif ifneq "$(HaveLibGmp)" "YES" boot :: - cd gmp && ./configure --enable-shared=no + cd gmp && ./configure --enable-shared=no --target=$(HOSTPLATFORM) -# DON'T KNOW IF WE NEED SOMETHING LIKE THIS ANYMORE: --SDM -# cd gmp && ./configure --target=$(HOSTPLATFORM) # Slight cheatage here to past host as target, but x-compilation isn't supported by ghc. all :: gmp/libgmp.a