summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
Diffstat (limited to 'distrib')
-rw-r--r--distrib/cross-port1
-rw-r--r--distrib/hc-build1
2 files changed, 0 insertions, 2 deletions
diff --git a/distrib/cross-port b/distrib/cross-port
index 4a1854135a..29dd804e82 100644
--- a/distrib/cross-port
+++ b/distrib/cross-port
@@ -62,7 +62,6 @@ if [ ! -f b2-stamp ]; then
# code too. If you don't want it to, then comment out this line:
echo "GhcUnregisterised = YES" >> mk/build.mk
echo "SRC_HC_OPTS += -keep-hc-file -fvia-C" >> mk/build.mk
- echo "GhcWithNativeCodeGen = NO" >> mk/build.mk
echo "GhcWithInterpreter = NO" >> mk/build.mk
# we just need to build the compiler and utils...
diff --git a/distrib/hc-build b/distrib/hc-build
index 13afaa7adb..ad39854d9e 100644
--- a/distrib/hc-build
+++ b/distrib/hc-build
@@ -31,7 +31,6 @@ case "$configopts" in
cat >>mk/build.mk <<END
GhcUnregisterised=YES
GhcWithInterpreter=NO
-GhcWithNativeCodeGen=NO
GhcLibWays=
GhcWithSMP=NO
END