summaryrefslogtreecommitdiff
path: root/lang/openjdk7/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'lang/openjdk7/patches/patch-ae')
-rw-r--r--lang/openjdk7/patches/patch-ae22
1 files changed, 0 insertions, 22 deletions
diff --git a/lang/openjdk7/patches/patch-ae b/lang/openjdk7/patches/patch-ae
deleted file mode 100644
index cbe42ab3ab4..00000000000
--- a/lang/openjdk7/patches/patch-ae
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ae,v 1.6 2014/09/13 14:35:25 joerg Exp $
-
-Additional BSD support.
-
---- hotspot/make/bsd/makefiles/gcc.make.orig 2013-05-29 03:57:57.000000000 +0000
-+++ hotspot/make/bsd/makefiles/gcc.make
-@@ -242,6 +242,15 @@ MAPFLAG = -Xlinker --version-script=FILE
- #
- # Shared Library
- #
-+
-+ifeq ($(OS_VENDOR), NetBSD)
-+# XXX tnn fixme: -lgcc_s seems to be needed on NetBSD.
-+LFLAGS += ${LDFLAGS_LIBGCC}
-+endif
-+
-+# XXX tnn fixme: this probably should go someplace else.
-+CFLAGS += -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-+
- ifeq ($(OS_VENDOR), Darwin)
- # Standard linker flags
- LFLAGS +=