mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-28 20:03:39 +00:00
7072341: enable hotspot builds on Linux 3.0
Add "3" to list of allowable versions Reviewed-by: kamg, chrisphi
This commit is contained in:
parent
3e1a7d0e17
commit
28383f3e18
@ -230,7 +230,7 @@ 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% 3%
|
||||
OS_VERSION := $(shell uname -r)
|
||||
EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user