summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 7cc7aecf2c..afe48ab5e1 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -792,25 +792,6 @@ endif
################################################################################
#
-# 31-bit-Int Core files
-#
-################################################################################
-
-#
-# It is possible to configure the compiler and prelude to support 31-bit
-# integers, suitable for a back-end and RTS using a tag bit on a 32-bit
-# architecture. Currently the only useful output from this option is external Core
-# files. The following additions to your build.mk will produce the
-# 31-bit core output. Note that this is *not* just a library "way"; the
-# compiler must be built a special way too.
-
-# GhcCppOpts +=-DWORD_SIZE_IN_BITS=31
-# GhcLibHcOpts +=-fext-core -fno-code -DWORD_SIZE_IN_BITS=31
-# GhcLibCppOpts += -DWORD_SIZE_IN_BITS=31
-# SplitObjs=NO
-
-################################################################################
-#
# Library configure arguments
#
################################################################################