Skip to content
  • Erik de Castro Lopo's avatar
    53fc3d36
    Use linker capability detection to improve linker use · 53fc3d36
    Erik de Castro Lopo authored
    The function `comperSupportsGhciLibs` has been renamed to
    `linkerSupportsGhciLibs` because its about the linker not the compiler.
    
    The function `comperSupportsGhciLibs` was using the compiler version
    as a proxy for whether the linker supports relocatable objects. Now
    support for relocatable objects is detected by running the linker.
    53fc3d36
    Use linker capability detection to improve linker use
    Erik de Castro Lopo authored
    The function `comperSupportsGhciLibs` has been renamed to
    `linkerSupportsGhciLibs` because its about the linker not the compiler.
    
    The function `comperSupportsGhciLibs` was using the compiler version
    as a proxy for whether the linker supports relocatable objects. Now
    support for relocatable objects is detected by running the linker.
Loading