From: simonmar Date: Mon, 5 Mar 2001 10:29:00 +0000 (+0000) Subject: [project @ 2001-03-05 10:29:00 by simonmar] X-Git-Tag: Approximately_9120_patches~2472 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=663314904270ecd8ab1e9024374798e6b47ac1e3;p=ghc-hetmet.git [project @ 2001-03-05 10:29:00 by simonmar] remove cruft --- diff --git a/ghc/mk/paths.mk b/ghc/mk/paths.mk index 3257518..40ade63 100644 --- a/ghc/mk/paths.mk +++ b/ghc/mk/paths.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: paths.mk,v 1.28 2000/12/20 10:43:17 simonmar Exp $ +# $Id: paths.mk,v 1.29 2001/03/05 10:29:00 simonmar Exp $ # # ghc project specific make variables # @@ -39,12 +39,6 @@ GHC_SYSMAN_DIR = $(GHC_RUNTIME_DIR)/parallel #----------------------------------------------------------------------------- # Stuff for the C-compiling phase in particular... -ifeq ($(HaveGcc), YES) -GHC_OPT_HILEV_ASM = $(WhatGccIsCalled) -else -GHC_OPT_HILEV_ASM = $(CC) -endif - # # There's no need to compute dependencies when booting from .hc files #