Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 371405
Collapse All | Expand All

(-)openjdk.orig/hotspot/make/linux/Makefile (-1 / +1 lines)
Lines 230-236 Link Here
230
# Solaris 2.5.1, 2.6).
230
# Solaris 2.5.1, 2.6).
231
# Disable this check by setting DISABLE_HOTSPOT_OS_VERSION_CHECK=ok.
231
# Disable this check by setting DISABLE_HOTSPOT_OS_VERSION_CHECK=ok.
232
232
233
SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 2.7%
233
SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3.0%
234
OS_VERSION := $(shell uname -r)
234
OS_VERSION := $(shell uname -r)
235
EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))
235
EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))
236
236

Return to bug 371405