From: rrt Date: Thu, 22 Feb 2001 16:10:12 +0000 (+0000) Subject: [project @ 2001-02-22 16:10:12 by rrt] X-Git-Tag: Approximately_9120_patches~2565 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2ac43a29c516fbba15ced9c4480f94cd05dc39d5;p=ghc-hetmet.git [project @ 2001-02-22 16:10:12 by rrt] -hisuf is now done by fptools/mk/target.mk --- 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