blob: 2926c6c91b18a8bec9825beaaabef0059dc21776 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- ../../hotspot/build/bsd/makefiles/vm.make.orig Sat Feb 16 10:44:36 2008
+++ ../../hotspot/build/bsd/makefiles/vm.make Sat Feb 16 10:45:02 2008
@@ -70,7 +70,7 @@
LIBS += -lm
ifneq (Darwin, $(UNAME.s))
-LIBS += -pthread
+LIBS += ${PTHREAD_LIBS}
endif
# By default, link the *.o into the library, not the executable.
|