summaryrefslogtreecommitdiff
path: root/settings.in
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-08-07 01:27:44 +0100
committerIan Lynagh <ian@well-typed.com>2012-08-07 01:27:44 +0100
commitf917eeb824cfb7143dde9b12e501d4ddb0049b65 (patch)
tree0f192cd66e243c58c168b6baafecb53bc9681172 /settings.in
parente6ef5ab66f51a8b821a4ae8646faca19cf600d94 (diff)
downloadhaskell-f917eeb824cfb7143dde9b12e501d4ddb0049b65.tar.gz
Add "Unregisterised" as a field in the settings file
To explicitly choose whether you want an unregisterised build you now need to use the "--enable-unregisterised"/"--disable-unregisterised" configure flags.
Diffstat (limited to 'settings.in')
-rw-r--r--settings.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.in b/settings.in
index dbf15fd501..12583698a2 100644
--- a/settings.in
+++ b/settings.in
@@ -18,6 +18,7 @@
("target has GNU nonexec stack", "@HaskellHaveGnuNonexecStack@"),
("target has .ident directive", "@HaskellHaveIdentDirective@"),
("target has subsections via symbols", "@HaskellHaveSubsectionsViaSymbols@"),
+ ("Unregisterised", "@Unregisterised@"),
("LLVM llc command", "@SettingsLlcCommand@"),
("LLVM opt command", "@SettingsOptCommand@")
]