Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Ben Gamari's avatar
    b157399f
    configure: Don't assume Gnu linker on Solaris · b157399f
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    Compl Yue noticed that the linker was dumping the link map on SmartOS. This is
    because Smartos uses the Solaris linker, which uses the `-64` flag, not
    `-m64` like Gnu ld, to indicate that it should link for 64-bits. Fix the
    configure script to handle the Solaris linker correctly.
    b157399f
    History
    configure: Don't assume Gnu linker on Solaris
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    Compl Yue noticed that the linker was dumping the link map on SmartOS. This is
    because Smartos uses the Solaris linker, which uses the `-64` flag, not
    `-m64` like Gnu ld, to indicate that it should link for 64-bits. Fix the
    configure script to handle the Solaris linker correctly.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.