changeset 2564:f7e8b10f51c6

Allow building HotSpot with any Linux 3 version.
author andrew
date Tue, 28 Jun 2011 00:25:25 +0100
parents b8227c320dec
children 6844f4ba31ea
files make/linux/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/linux/Makefile	Wed Jun 15 18:56:52 2011 +0100
+++ b/make/linux/Makefile	Tue Jun 28 00:25:25 2011 +0100
@@ -230,7 +230,7 @@
 # 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% 3.0%
+SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3%
 OS_VERSION := $(shell uname -r)
 EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))