]> gitweb @ CieloNegro.org - pkgsrc-ghc.git/blobdiff - files/bootstrap.mk
ghc-7.4.1 for x86_64-unknown-linux
[pkgsrc-ghc.git] / files / bootstrap.mk
index e20f79a148f3638dd2a767e904dce6e02b0b8d9d..80e9cca94bbb537097caf6c867a6f10f7d3bee14 100644 (file)
@@ -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