diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-07-21 08:39:40 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-07-21 08:39:40 +0000 |
commit | 8cac0cb04ecec41e6e436ce0358ca608bc7e6f95 (patch) | |
tree | 195af9567287287209b527961ab6f5db74c3f1e6 /java/jdk13/files/patch-gcc32.make | |
parent | Add Danish hyphenation rules (diff) |
Remove expired ports:
2011-07-12 java/jdk13: ancient version of Java
2011-07-12 java/linux-sun-jdk13: ancient version of Java
Diffstat (limited to 'java/jdk13/files/patch-gcc32.make')
-rw-r--r-- | java/jdk13/files/patch-gcc32.make | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/java/jdk13/files/patch-gcc32.make b/java/jdk13/files/patch-gcc32.make deleted file mode 100644 index 408740c5042f..000000000000 --- a/java/jdk13/files/patch-gcc32.make +++ /dev/null @@ -1,24 +0,0 @@ -$FreeBSD$ - ---- ../../hotspot1.3.1/build/linux/makefiles/gcc32.make 16 Sep 2002 06:21:28 -0000 1.1 -+++ ../../hotspot1.3.1/build/linux/makefiles/gcc32.make 22 Nov 2004 17:19:42 -0000 -@@ -108,8 +108,6 @@ - - - ##### --#harmless --OPT_CFLAGS += -fmemoize-lookups - #unneeded - #OPT_CFLAGS += -fpeephole - #bad -@@ -123,8 +121,8 @@ - # Set the environment variable HOTSPARC_HOTSPARC_GENERIC to "true" - # to inhibit the effect of the previous line on CFLAGS. - --CPP = g++32 --CC = gcc32 -+CXX ?= g++32 -+CC ?= gcc32 - - AOUT_FLAGS += -export-dynamic - DEBUG_CFLAGS += -g |