linux3.patch 494 B

1234567891011
  1. --- openjdk-6.orig/hotspot/make/linux/Makefile 2011-02-28 17:03:13.000000000 +0100
  2. +++ openjdk-6/hotspot/make/linux/Makefile 2012-03-27 22:44:07.897199377 +0200
  3. @@ -230,7 +230,7 @@
  4. # Solaris 2.5.1, 2.6).
  5. # Disable this check by setting DISABLE_HOTSPOT_OS_VERSION_CHECK=ok.
  6. -SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 2.7%
  7. +SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 2.7% 3.0% 3.1% 3.2% 3.3%
  8. OS_VERSION := $(shell uname -r)
  9. EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))