From 6ca3201b4bb8e5bfa0cd37646f1b0753fb975b29 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 8 Dec 2009 20:03:15 +0000 Subject: [PATCH] Change some HC_OPTS to CC_OPTS, so they are used when making dependencies --- rts/ghc.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rts/ghc.mk b/rts/ghc.mk index f973b67..20a3356 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -321,8 +321,8 @@ rts/dist/build/sm/Evac_thr_HC_OPTS += -optc-funroll-loops # These files are just copies of sm/Evac.c and sm/Scav.c respectively, # but compiled with -DPARALLEL_GC. -rts/dist/build/sm/Evac_thr_HC_OPTS += -optc-DPARALLEL_GC -Irts/sm -rts/dist/build/sm/Scav_thr_HC_OPTS += -optc-DPARALLEL_GC -Irts/sm +rts/dist/build/sm/Evac_thr_CC_OPTS += -DPARALLEL_GC -Irts/sm +rts/dist/build/sm/Scav_thr_CC_OPTS += -DPARALLEL_GC -Irts/sm #----------------------------------------------------------------------------- # Add PAPI library if needed -- 1.7.10.4