From 2ac43a29c516fbba15ced9c4480f94cd05dc39d5 Mon Sep 17 00:00:00 2001 From: rrt Date: Thu, 22 Feb 2001 16:10:12 +0000 Subject: [PATCH] [project @ 2001-02-22 16:10:12 by rrt] -hisuf is now done by fptools/mk/target.mk --- ghc/lib/std/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index cc68356..8187ebc 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -50,11 +50,6 @@ ifdef USE_REPORT_PRELUDE SRC_HC_OPTS += -DUSE_REPORT_PRELUDE=1 endif -# Object and interface files have suffixes tagged with their ways -ifneq "$(way)" "" -SRC_HC_OPTS += -hisuf $(way_)hi -endif - # Special options PrelStorable_HC_OPTS = -monly-3-regs PrelCError_HC_OPTS = +RTS -K4m -RTS -- 1.7.10.4