7072341: enable hotspot builds on Linux 3.0

Thu, 28 Jul 2011 14:10:21 -0400

author
andrew
date
Thu, 28 Jul 2011 14:10:21 -0400
changeset 3020
ca1f1753c866
parent 3019
8107273fd204
child 3029
76b1a9420e3d
child 3030
46cb9a7b8b01

7072341: enable hotspot builds on Linux 3.0
Summary: Add "3" to list of allowable versions
Reviewed-by: kamg, chrisphi

make/linux/Makefile file | annotate | diff | comparison | revisions
     1.1 --- a/make/linux/Makefile	Sat Jul 23 10:42:20 2011 -0400
     1.2 +++ b/make/linux/Makefile	Thu Jul 28 14:10:21 2011 -0400
     1.3 @@ -230,7 +230,7 @@
     1.4  # Solaris 2.5.1, 2.6).
     1.5  # Disable this check by setting DISABLE_HOTSPOT_OS_VERSION_CHECK=ok.
     1.6  
     1.7 -SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 2.7%
     1.8 +SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3%
     1.9  OS_VERSION := $(shell uname -r)
    1.10  EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))
    1.11  

mercurial