summaryrefslogtreecommitdiff
path: root/settings.in
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2012-01-04 11:37:47 +0000
committerSimon Marlow <marlowsd@gmail.com>2012-01-04 12:47:28 +0000
commit8387f0198e7a925d9d0754b2befb021ffa1307d7 (patch)
tree2814bbf353bd5f8a8e781d847392430f40fcab15 /settings.in
parentd7d56f5852b975c865535495b45a8aba9a397c86 (diff)
downloadhaskell-8387f0198e7a925d9d0754b2befb021ffa1307d7.tar.gz
Store the word size as determined by configure, in the settings file (#5735)
Now target32bit works for all targets without any manual intervention, as it should do. #5735 was a portability regression.
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 50062af013..baf04d5a23 100644
--- a/settings.in
+++ b/settings.in
@@ -10,6 +10,7 @@
("perl command", "@SettingsPerlCommand@"),
("target os", "@HaskellTargetOs@"),
("target arch", "@HaskellTargetArch@"),
+ ("target word size", "@WordSize@"),
("target has GNU nonexec stack", "@HaskellHaveGnuNonexecStack@"),
("target has .ident directive", "@HaskellHaveIdentDirective@"),
("target has subsections via symbols", "@HaskellHaveSubsectionsViaSymbols@")