diff options
author | Ian Lynagh <igloo@earth.li> | 2011-10-19 17:33:25 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-10-19 17:33:25 +0100 |
commit | 7dd60dddc194cd2f32d3685f396e8d09fcb2ce42 (patch) | |
tree | f090e210e5bb0c6b2845599716e8194d95f48ba2 /settings.in | |
parent | 723929bcee68add69f866f42dc3a610e6db638d0 (diff) | |
download | haskell-7dd60dddc194cd2f32d3685f396e8d09fcb2ce42.tar.gz |
Convert the HAVE_GNU_NONEXEC_STACK conditional into Haskell
Diffstat (limited to 'settings.in')
-rw-r--r-- | settings.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.in b/settings.in index ef65651bc2..c54fcfbcea 100644 --- a/settings.in +++ b/settings.in @@ -10,6 +10,7 @@ ("perl command", "@SettingsPerlCommand@"), ("target os", "@HaskellTargetOs@"), ("target arch", "@HaskellTargetArch@"), + ("target has GNU nonexec stack", "@HaskellHaveGnuNonexecStack@"), ("target has subsections via symbols", "@HaskellHaveSubsectionsViaSymbols@") ] |