diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-08-05 21:28:20 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-08-05 21:28:20 +0100 |
commit | 668151c880f5662e59288a0884d8d3505c0ce7d7 (patch) | |
tree | fa20b117613c448c7e0c33f078c5c17a11fb7ede /settings.in | |
parent | 1235c2742ee991d15e1db4e2b2ed8587951221ea (diff) | |
download | haskell-668151c880f5662e59288a0884d8d3505c0ce7d7.tar.gz |
More more ld-related settings into the settings file
Related to #4862
Diffstat (limited to 'settings.in')
-rw-r--r-- | settings.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.in b/settings.in index d6245d6400..dbf15fd501 100644 --- a/settings.in +++ b/settings.in @@ -2,6 +2,9 @@ ("C compiler command", "@SettingsCCompilerCommand@"), ("C compiler flags", "@SettingsCCompilerFlags@"), ("ld flags", "@SettingsLdFlags@"), + ("ld supports compact unwind", "@LdHasNoCompactUnwind@"), + ("ld supports build-id", "@LdHasBuildId@"), + ("ld is GNU ld", "@LdIsGNULd@"), ("ar command", "@SettingsArCommand@"), ("ar flags", "@ArArgs@"), ("ar supports at file", "@ArSupportsAtFile@"), |