make/linux/Makefile

changeset 27
d2b3aba483a7
parent 0
f90c822e73f8
child 392
4bfb40d1e17a
     1.1 --- a/make/linux/Makefile	Mon Jun 27 16:08:34 2016 +0800
     1.2 +++ b/make/linux/Makefile	Mon Jun 27 16:59:38 2016 +0800
     1.3 @@ -229,7 +229,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% 3%
     1.8 +SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3% 4%
     1.9  OS_VERSION := $(shell uname -r)
    1.10  EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))
    1.11  

mercurial