changeset 21419:c1bb8028ff63

Support build on Linux 4.
author Roland Schatz <roland.schatz@oracle.com>
date Tue, 19 May 2015 11:54:32 +0200
parents cba35d171cd1
children fb17e716b03c
files make/linux/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/linux/Makefile	Mon May 18 11:41:11 2015 +0200
+++ b/make/linux/Makefile	Tue May 19 11:54:32 2015 +0200
@@ -232,7 +232,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%
+SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3% 4%
 OS_VERSION := $(shell uname -r)
 EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))