Skip to content
  • Brad King's avatar
    BUG: Parse implicit link editor -z*extract options · 83644766
    Brad King authored
    The Sun Fortran compiler passes -zallextract and -zdefaultextract to the
    linker so that all objects from one of its archives are included in the
    link.  This teaches the implicit options parser to recognize the flags.
    We need to pass them explicitly on C++ link lines when Fortran code is
    linked.
    83644766