diff make/linux/Makefile @ 3703:50a1d38cd7ac

Add newlines at the end of files, otherwise my version of gcc complains
author Christian Wimmer <christian.wimmer@oracle.com>
date Mon, 28 Nov 2011 18:20:46 -0800
parents 782ed8718420
children 04b9a2566eec
line wrap: on
line diff
--- a/make/linux/Makefile	Mon Nov 28 19:07:47 2011 +0100
+++ b/make/linux/Makefile	Mon Nov 28 18:20:46 2011 -0800
@@ -233,7 +233,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% 2.7%
+SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 2.7% 3.0%
 OS_VERSION := $(shell uname -r)
 EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))