diff options
Diffstat (limited to 'java/jdk16/files/patch-hotspot-makefiles-gcc.make')
-rw-r--r-- | java/jdk16/files/patch-hotspot-makefiles-gcc.make | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk16/files/patch-hotspot-makefiles-gcc.make b/java/jdk16/files/patch-hotspot-makefiles-gcc.make new file mode 100644 index 000000000000..dffd0786f340 --- /dev/null +++ b/java/jdk16/files/patch-hotspot-makefiles-gcc.make @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- ../../hotspot/build/bsd/makefiles/gcc.make.orig Sun Jul 29 23:03:30 2007 ++++ ../../hotspot/build/bsd/makefiles/gcc.make Sun Jul 29 23:03:30 2007 +@@ -39,7 +39,7 @@ + CFLAGS += $(VM_PICFLAG) + CFLAGS += -fno-rtti + CFLAGS += -fno-exceptions +-CFLAGS += -pthread ++CFLAGS += ${PTHREAD_LIBS} + CFLAGS += -fcheck-new + + ARCHFLAG = $(ARCHFLAG/$(BUILDARCH)) |