diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2021-09-16 16:17:44 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-09-22 08:24:23 -0400 |
commit | 92257abd4b64f0496204adb19462d05c1d6475e3 (patch) | |
tree | 906a64d411ff4116482742fdaeebd64fb24df570 /hadrian/bindist | |
parent | bb37026e3547af569db6dce021b59f4d0ac70910 (diff) | |
download | haskell-92257abd4b64f0496204adb19462d05c1d6475e3.tar.gz |
Link with libm dynamically (#19877)
The compiler should be independent of the target.
Diffstat (limited to 'hadrian/bindist')
-rw-r--r-- | hadrian/bindist/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hadrian/bindist/Makefile b/hadrian/bindist/Makefile index c04e8a75bb..7221c89ab9 100644 --- a/hadrian/bindist/Makefile +++ b/hadrian/bindist/Makefile @@ -135,6 +135,7 @@ lib/settings : @echo ',("target has .ident directive", "$(TargetHasIdentDirective)")' >> $@ @echo ',("target has subsections via symbols", "$(TargetHasSubsectionsViaSymbols)")' >> $@ @echo ',("target has RTS linker", "$(TargetHasRTSLinker)")' >> $@ + @echo ',("target has libm", "$(TargetHasLibm)")' >> $@ @echo ',("Unregisterised", "$(GhcUnregisterised)")' >> $@ @echo ',("LLVM target", "$(LLVMTarget_CPP)")' >> $@ @echo ',("LLVM llc command", "$(SettingsLlcCommand)")' >> $@ |