# HG changeset patch # User andrew # Date 1311876621 14400 # Node ID ca1f1753c866091f33fde7b8308454029b9121fe # Parent 8107273fd204ec4d7e3cdee561b1594360e66078 7072341: enable hotspot builds on Linux 3.0 Summary: Add "3" to list of allowable versions Reviewed-by: kamg, chrisphi diff -r 8107273fd204 -r ca1f1753c866 make/linux/Makefile --- a/make/linux/Makefile Sat Jul 23 10:42:20 2011 -0400 +++ b/make/linux/Makefile Thu Jul 28 14:10:21 2011 -0400 @@ -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))