MacOS build of libjimage explicitly adds C++ standard library

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 16
    • Affects Version/s: 16
    • Component/s: infrastructure
    • None
    • b12
    • os_x

      In CoreLibraries.gmk we have

      $(eval $(call SetupJdkLibrary, BUILD_LIBJIMAGE, \
      ...
         LIBS_unix := -ljvm -ldl $(LIBCXX), \
         LIBS_macosx := -lc++, \

      I think the LIBS_macosx line should not be needed. Other similar places don't seem to do that. If it were necessary to explicitly add the C++ standard library to the link command, that would be better done by setting up LIBCXX.

            Assignee:
            Magnus Ihse Bursie
            Reporter:
            Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: