X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ghc.git;a=blobdiff_plain;f=files%2Fbootstrap.mk;fp=files%2Fbootstrap.mk;h=0000000000000000000000000000000000000000;hp=80e9cca94bbb537097caf6c867a6f10f7d3bee14;hb=d3115eaede0b1683ba4b7bc2b1b1d01844e6a6cf;hpb=163e31f8257cc771c17071b8f72ead56f84b4f19 diff --git a/files/bootstrap.mk b/files/bootstrap.mk deleted file mode 100644 index 80e9cca..0000000 --- a/files/bootstrap.mk +++ /dev/null @@ -1,27 +0,0 @@ -OMIT_PHASE_0 = YES -OMIT_PHASE_1 = YES -GHC = false -GHC_STAGE1 = -GHC_PKG_INPLACE = -GHC_CABAL_INPLACE = -DUMMY_GHC_INPLACE = -UNLIT = -NO_INCLUDE_DEPS = YES -GhcUnregisterised = YES -GhcLibWays = v -GhcRTSWays = -SplitObjs = NO -GhcWithNativeCodeGen = NO -GhcWithInterpreter = NO -GhcWithSMP = NO -ghc_stage2_v_EXTRA_CC_OPTS += -L[[PREFIX]]/lib -lm -liconv -utils/ghc-pkg_dist-install_v_EXTRA_CC_OPTS += -L[[PREFIX]]/lib -lm -liconv -lncurses - -SRC_CC_OPTS += -I[[PREFIX]]/include -INTEGER_LIBRARY = integer-simple - -# Unregisterised stage0 compiler runs way too slow without GCC's -# optimisation. The stage1 (which is also unregisterised) is still -# slow, but then we have to append CONF_CC_OPTS_STAGE0="-O2" to -# CONFIGURE_ARGS as well. -EXTRA_CC_OPTS += -O2