# HG changeset patch # User Roland Schatz # Date 1432029272 -7200 # Node ID c1bb8028ff63207807a8180107e8c0b5fa2dd32a # Parent cba35d171cd1cdc832ec8fb600921d32690e12f6 Support build on Linux 4. diff -r cba35d171cd1 -r c1bb8028ff63 make/linux/Makefile --- 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))