summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-hotspot-makefiles-gcc.make
blob: 41247e05879a6497538edce6c4f6691f80b83000 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
$FreeBSD$

--- ../../hotspot/build/bsd/makefiles/gcc.make.orig	Tue Feb 12 22:24:15 2008
+++ ../../hotspot/build/bsd/makefiles/gcc.make	Tue Feb 12 22:24:28 2008
@@ -46,7 +46,7 @@
 CFLAGS += -fno-exceptions
 
 ifneq (Darwin, $(UNAME.s))
-CFLAGS += -pthread
+CFLAGS += ${PTHREAD_LIBS}
 endif
 
 CFLAGS += -fcheck-new