X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ghc.git;a=blobdiff_plain;f=files%2Fbootstrap.mk;h=80e9cca94bbb537097caf6c867a6f10f7d3bee14;hp=e20f79a148f3638dd2a767e904dce6e02b0b8d9d;hb=0f77a20d07ac42684cc03ecdea0028bea2941488;hpb=af9d73d52d0864b3f8b1ff223e543f9b09e291f7 diff --git a/files/bootstrap.mk b/files/bootstrap.mk index e20f79a..80e9cca 100644 --- a/files/bootstrap.mk +++ b/files/bootstrap.mk @@ -22,6 +22,6 @@ 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_STAGE1="-O2" to -# CONFIGURE_ENV as well. +# slow, but then we have to append CONF_CC_OPTS_STAGE0="-O2" to +# CONFIGURE_ARGS as well. EXTRA_CC_OPTS += -O2