/hg/icedtea7-forest/hotspot: 8074312, PR2254: Enable hotspot bui...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Fri Apr 3 17:51:14 UTC 2015


changeset 904317834a25 in /hg/icedtea7-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea7-forest/hotspot?cmd=changeset;node=904317834a25
author: sgehwolf
date: Fri Apr 03 17:22:23 2015 +0100

	8074312, PR2254: Enable hotspot builds on 4.x Linux kernels
	Summary: Add "4" to list of allowable versions
	Reviewed-by: dholmes, mikael


diffstat:

 make/linux/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 9de83ef99d76 -r 904317834a25 make/linux/Makefile
--- a/make/linux/Makefile	Fri Feb 06 10:36:46 2015 -0800
+++ b/make/linux/Makefile	Fri Apr 03 17:22:23 2015 +0100
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
@@ -255,7 +255,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))
 


More information about the distro-pkg-dev mailing list