From: simonmar Date: Sun, 11 Feb 2001 17:14:48 +0000 (+0000) Subject: [project @ 2001-02-11 17:14:48 by simonmar] X-Git-Tag: Approximately_9120_patches~2682 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8e82427ded4385b82482ba55b17a170bbc40c46a;p=ghc-hetmet.git [project @ 2001-02-11 17:14:48 by simonmar] cruftbuster --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index ba0b9d8..036e57a 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.135 2001/02/11 17:12:35 simonmar Exp $ +# $Id: Makefile,v 1.136 2001/02/11 17:14:48 simonmar Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -282,12 +282,6 @@ SRC_HAPPY_OPTS += +RTS -K2m -H16m -RTS $(GHC_HAPPY_OPTS) SRC_LD_OPTS += -no-link-chk -ifneq "$(GhcWithHscBuiltViaC)" "YES" -ifeq "$(GhcReportCompiles)" "YES" -SRC_LD_OPTS += -syslib misc -syslib exts -endif -endif - # ----------------------------------------------------------------------------- # create ghc-inplace, a convenient way to run ghc from the build tree...