changeset 3831:76b1a9420e3d

Merge
author ysr
date Tue, 16 Aug 2011 08:02:29 -0700
parents ca1f1753c866 (diff) f44782f04dd4 (current diff)
children 00ed4ccfe642 24cee90e9453
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/linux/Makefile	Fri Aug 12 11:31:06 2011 -0400
+++ b/make/linux/Makefile	Tue Aug 16 08:02:29 2011 -0700
@@ -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% 2.7%
+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))