make/bsd/makefiles/vm.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8015252 Cdiff make/bsd/makefiles/vm.make

make/bsd/makefiles/vm.make

Print this page

        

*** 124,134 **** # Darwin is non-executable-stack by default ifneq ($(OS_VENDOR), Darwin) LFLAGS += -Xlinker -z -Xlinker noexecstack endif ! LIBS += -lm -pthread # By default, link the *.o into the library, not the executable. LINK_INTO$(LINK_INTO) = LIBJVM JDK_LIBDIR = $(JAVA_HOME)/jre/lib/$(LIBARCH) --- 124,138 ---- # Darwin is non-executable-stack by default ifneq ($(OS_VENDOR), Darwin) LFLAGS += -Xlinker -z -Xlinker noexecstack endif ! LIBS += -lm ! ! ifeq ($(USE_CLANG),) ! LIBS += -pthread ! endif # By default, link the *.o into the library, not the executable. LINK_INTO$(LINK_INTO) = LIBJVM JDK_LIBDIR = $(JAVA_HOME)/jre/lib/$(LIBARCH)
make/bsd/makefiles/vm.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File