Skip to content
  • Brad King's avatar
    Recognize linker commands without paths · edad475e
    Brad King authored
    This teaches the implicit link line parsing code to recognize link lines
    that do not have a full path to the linker executable.  At least one
    version of the Intel compiler on Linux invokes the linker as just "ld"
    instead of "/usr/bin/ld".
    edad475e