X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMakefile;h=276120ae6e2bf3160af812e6f48ca1cb3e60e3b2;hb=1b79f36c02accc4d401169a1816825c2ac8e42a4;hp=59d516aed0e5cb60fce101c88e536231a928679c;hpb=1b28d4e1f43185ad8c8e7407c66413e1b358402b;p=ghc-hetmet.git diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 59d516a..276120a 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.17 2000/01/13 14:34:03 hwloidl Exp $ +# $Id: Makefile,v 1.19 2000/03/14 01:31:38 sof Exp $ # # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -126,7 +126,9 @@ endif ifneq "$(HaveLibGmp)" "YES" boot :: - cd gmp && ./configure + if [ ! -f gmp/configure ] ; then ( cd gmp && autoconf ); fi; + 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