Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8137013

ar (static linker) broken since JDK-8065912

XMLWordPrintable

    • b84

        Unfortunately JDK-8065912 broke ar, at least on solaris. In spec.gmk on posix platforms, we find
        AR_OUT_OPTION:=rcs$(SPACE)

        However, in JDK-8065912, the definition of SPACE moved from spec.gmk to MakeBase.gmk. But since spec.gmk typically is included ahead of MakeBase.gmk, SPACE will be undefined when AR_OUT_OPTION is evaluated.

        The short-term fix is to restore the definition of SPACE to spec.gmk.

              ihse Magnus Ihse Bursie
              ihse Magnus Ihse Bursie
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: