summaryrefslogtreecommitdiff
path: root/mk/config.mk.in
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-04-20 19:58:56 +0000
committerIan Lynagh <igloo@earth.li>2008-04-20 19:58:56 +0000
commit60714e2c04c5814faf560be5988ff4731ea70a65 (patch)
treee048e4636bb2f45cd9d4cc746cf459cb711b0741 /mk/config.mk.in
parent4ea7a5296b3693ad3818a13ab396181366963a79 (diff)
downloadhaskell-60714e2c04c5814faf560be5988ff4731ea70a65.tar.gz
Make the integer library to use more configurable
Now you just set INTEGER_LIBRARY=integer-foo in build.mk
Diffstat (limited to 'mk/config.mk.in')
-rw-r--r--mk/config.mk.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 7d0e025eb0..daa6d699c9 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -349,6 +349,9 @@ MakefileDeps=YES
#------------------------------------------------------------------------------
# Options for Libraries
+# Which directory (in libraries/) contains the integer library?
+INTEGER_LIBRARY=integer-gmp
+
# What extra ways to build the libraries in
# In addition to the normal sequential way, the default is to also build
# profiled prelude libraries.