Change some HC_OPTS to CC_OPTS, so they are used when making dependencies
authorIan Lynagh <igloo@earth.li>
Tue, 8 Dec 2009 20:03:15 +0000 (20:03 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 8 Dec 2009 20:03:15 +0000 (20:03 +0000)
rts/ghc.mk

index f973b67..20a3356 100644 (file)
@@ -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