X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMakefile;h=27eeb213e1cab4c929c9f902d6e4789db594fad6;hb=8146101659e5c24adee02c0a732b5096405f717d;hp=5adfa21052ead467b3eb737491284d499935b2f8;hpb=a103f9f304854ba9cc394abe9abeb148ea8bee85;p=ghc-hetmet.git diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 5adfa21..27eeb21 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.50 2001/06/06 10:35:39 rrt Exp $ +# $Id: Makefile,v 1.51 2001/07/03 16:57:03 sewardj Exp $ # # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -158,7 +158,7 @@ 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) + cd gmp && CC=$(WhatGccIsCalled) ./configure --enable-shared=no --target=$(HOSTPLATFORM) endif # Slight cheatage here to pass host as target, but x-compilation isn't supported by ghc.