File: support_linux_3.patch

package info (click to toggle)
openjdk-6 6b18-1.8.10-0~lenny2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 102,040 kB
  • ctags: 43,823
  • sloc: java: 213,434; cpp: 30,201; ansic: 6,269; asm: 5,754; sh: 4,396; makefile: 3,511; python: 310
file content (19 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# HG changeset patch
# User andrew
# Date 1309217125 -3600
# Node ID f7e8b10f51c6a622520b55df0c644fb09ec78542
# Parent  b8227c320dec384a94026fcaa650b0ebd4eef13b
Allow building HotSpot with any Linux 3 version.

diff -r b8227c320dec -r f7e8b10f51c6 make/linux/Makefile
--- openjdk/hotspot/make/linux/Makefile	Wed Jun 15 18:56:52 2011 +0100
+++ openjdk/hotspot/make/linux/Makefile	Tue Jun 28 00:25:25 2011 +0100
@@ -230,7 +230,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% 3%
 OS_VERSION := $(shell uname -r)
 EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))