52f73c42e7
- sync patches with OpenJDK's bsd_port project - require a pre-installed package for native_bootstrap - The new 1.7 class java.nio.channels.spi.AsynchronousChannelProvider is not implemented yet on BSD. - The new 1.7 package java.nio.sctp is not included and not supported on OpenBD
14 lines
591 B
Plaintext
14 lines
591 B
Plaintext
$OpenBSD: patch-hotspot_make_bsd_Makefile,v 1.2 2009/05/23 03:03:24 kurt Exp $
|
|
--- hotspot/make/bsd/Makefile.orig Fri May 15 16:25:28 2009
|
|
+++ hotspot/make/bsd/Makefile Fri May 15 16:56:20 2009
|
|
@@ -203,7 +203,8 @@ checks: check_os_version check_j2se_version
|
|
# Solaris 2.5.1, 2.6).
|
|
# Disable this check by setting DISABLE_HOTSPOT_OS_VERSION_CHECK=ok.
|
|
|
|
-SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 2.7%
|
|
+#SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 2.7%
|
|
+DISABLE_HOTSPOT_OS_VERSION_CHECK = ok
|
|
OS_VERSION := $(shell uname -r)
|
|
EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))
|
|
|