Skip to content
  • 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
    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
Loading