summaryrefslogtreecommitdiff
path: root/settings.in
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-03-18 22:48:43 +0000
committerIan Lynagh <ian@well-typed.com>2013-03-18 23:42:53 +0000
commitc53ea7c7467a149ff753b907535025634c62dda4 (patch)
treeb0b6779a9c477322310d68dc327095c47921f0aa /settings.in
parent01efdd6c4b066fbfdf17c6d2b1cad0fd651d334a (diff)
downloadhaskell-c53ea7c7467a149ff753b907535025634c62dda4.tar.gz
Add support for OSX ld's -filelist flag
Without it, when linking the split objects for Language.Haskell.TH.Syntax, the commandline was too long when listing all the files directly.
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 c749f2342f..25699acc57 100644
--- a/settings.in
+++ b/settings.in
@@ -6,6 +6,7 @@
("ld flags", "@SettingsLdFlags@"),
("ld supports compact unwind", "@LdHasNoCompactUnwind@"),
("ld supports build-id", "@LdHasBuildId@"),
+ ("ld supports filelist", "@LdHasFilelist@"),
("ld is GNU ld", "@LdIsGNULd@"),
("ar command", "@SettingsArCommand@"),
("ar flags", "@ArArgs@"),