From b1ccabf65df39e4ab553f6c4734942b9f89992b1 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 10 Dec 2012 17:18:32 +0000 Subject: Decommissioning java 1.5 (EOLed since October 2009): removal of the different 1.5 jre and jdk vendors Removing outdated jdk16 vendors: removing all the bsdjava and freebsd vendors, consider using openjdk6 or openjsk7 instead. Discussed with: java (glarkin) --- java/jdk16/files/patch-hotspot-makefiles-gcc.make | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 java/jdk16/files/patch-hotspot-makefiles-gcc.make (limited to 'java/jdk16/files/patch-hotspot-makefiles-gcc.make') diff --git a/java/jdk16/files/patch-hotspot-makefiles-gcc.make b/java/jdk16/files/patch-hotspot-makefiles-gcc.make deleted file mode 100644 index 41247e05879a..000000000000 --- a/java/jdk16/files/patch-hotspot-makefiles-gcc.make +++ /dev/null @@ -1,13 +0,0 @@ -$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 -- cgit v1.2.3