Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
7098 commits behind, 2 commits ahead of the upstream repository.
  • Rodrigo Mesquita's avatar
    c17bb82f
    Move "target has RTS linker" out of settings · c17bb82f
    Rodrigo Mesquita authored and Marge Bot's avatar Marge Bot committed
    We move the "target has RTS linker" information out of configure into a
    predicate in GHC, and remove this option from the settings file where it
    is unnecessary -- it's information statically known from the platform.
    
    Note that previously we would consider `powerpc`s and `s390x`s other
    than `powerpc-ibm-aix*` and `s390x-ibm-linux` to have an RTS linker,
    but the RTS linker supports neither platform.
    
    Closes #23361
    c17bb82f
    History
    Move "target has RTS linker" out of settings
    Rodrigo Mesquita authored and Marge Bot's avatar Marge Bot committed
    We move the "target has RTS linker" information out of configure into a
    predicate in GHC, and remove this option from the settings file where it
    is unnecessary -- it's information statically known from the platform.
    
    Note that previously we would consider `powerpc`s and `s390x`s other
    than `powerpc-ibm-aix*` and `s390x-ibm-linux` to have an RTS linker,
    but the RTS linker supports neither platform.
    
    Closes #23361
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
configure.ac 43.21 KiB