Remove an HPUX-only flag which has no comment explaining its purpose
authorIan Lynagh <igloo@earth.li>
Thu, 10 Jul 2008 14:10:32 +0000 (14:10 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 10 Jul 2008 14:10:32 +0000 (14:10 +0000)
It's probably to work around a long-dead bug

compiler/Makefile

index 96057bc..7c2c14e 100644 (file)
@@ -571,10 +571,6 @@ ifeq "$(BootingFromHc)" "YES"
 SRC_CC_OPTS += -D__GLASGOW_HASKELL__=$(ProjectVersionInt)
 endif
 
-ifeq "$(HOSTPLATFORM)" "hppa1.1-hp-hpux9"
-rename/RnMonad_HC_OPTS                 =  -O2 -O2-for-C
-endif
-
 # basicTypes/SrcLoc_HC_OPTS    = -funbox-strict-fields
 
 # ---- Profiling ----