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

MacOS build of libjimage explicitly adds C++ standard library

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 16
    • 16
    • 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.

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

              Created:
              Updated:
              Resolved: