From 663314904270ecd8ab1e9024374798e6b47ac1e3 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 5 Mar 2001 10:29:00 +0000 Subject: [PATCH] [project @ 2001-03-05 10:29:00 by simonmar] remove cruft --- ghc/mk/paths.mk | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 # -- 1.7.10.4