diff options
author | Ian Lynagh <igloo@earth.li> | 2011-10-19 16:36:40 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-10-19 16:36:40 +0100 |
commit | a6f9ebc58b0dc632bb01d0f202a7581ed02466ce (patch) | |
tree | 8171dd582c11f3ea058aa2bf35a028aa4228490b /settings.in | |
parent | 7ef5b2939076902ee54c9f1a2c50d55b274e4388 (diff) | |
download | haskell-a6f9ebc58b0dc632bb01d0f202a7581ed02466ce.tar.gz |
Add "have subsections via symbols" to the Platform type
Diffstat (limited to 'settings.in')
-rw-r--r-- | settings.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.in b/settings.in index 6d0bd3d132..ef65651bc2 100644 --- a/settings.in +++ b/settings.in @@ -9,6 +9,7 @@ ("windres command", "@SettingsWindresCommand@"), ("perl command", "@SettingsPerlCommand@"), ("target os", "@HaskellTargetOs@"), - ("target arch", "@HaskellTargetArch@") + ("target arch", "@HaskellTargetArch@"), + ("target has subsections via symbols", "@HaskellHaveSubsectionsViaSymbols@") ] |