X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=6385c779220b7f9ded1474f77b58e3e48f3a7dfd;hb=9fd4126858ff63ef9dc1c71f439eed11ef69f169;hp=96057bc58d36585603042e521a06a2675e5d7462;hpb=d7b3ad9be373e02ea8b679d978f6ca898436892d;p=ghc-hetmet.git diff --git a/compiler/Makefile b/compiler/Makefile index 96057bc..6385c77 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -571,12 +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 ---- #simplCore/Simplify_HC_OPTS = -auto-all #simplCore/SimplEnv_HC_OPTS = -auto-all @@ -605,10 +599,6 @@ endif # prototype via a global option instead of a myriad of per-file OPTIONS SRC_HC_OPTS += '-\#include "cutils.h"' -ifeq "$(ghc_ge_605)" "NO" -utils/LazyUniqFM_HC_OPTS += -fallow-undecidable-instances -endif - # ---------------------------------------------------------------------------- # Generate supporting stuff for prelude/PrimOp.lhs # from prelude/primops.txt