make/bsd/makefiles/vm.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/make/bsd/makefiles/vm.make	Tue Jun  4 10:02:56 2013
--- new/make/bsd/makefiles/vm.make	Tue Jun  4 10:02:55 2013

*** 124,134 **** --- 124,138 ---- # Darwin is non-executable-stack by default ifneq ($(OS_VENDOR), Darwin) LFLAGS += -Xlinker -z -Xlinker noexecstack endif - LIBS += -lm -pthread + + 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