mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
6983296: build sanity checks for jdk7 should require SS12u1
Reviewed-by: ohair
This commit is contained in:
parent
28e56b8970
commit
79fbcf5d03
1 changed files with 3 additions and 3 deletions
|
@ -51,9 +51,9 @@ ifeq ($(JRE_RELEASE_VER),1.6.0)
|
||||||
VALIDATED_COMPILER_REVS := 5.8
|
VALIDATED_COMPILER_REVS := 5.8
|
||||||
VALIDATED_C_COMPILER_REVS := 5.8
|
VALIDATED_C_COMPILER_REVS := 5.8
|
||||||
else
|
else
|
||||||
# Validated compilers for JDK7 are SS12 (5.9) or SS12 update 1 (5.10)
|
# Validated compiler for JDK7 is SS12 update 1 + patches (5.10)
|
||||||
VALIDATED_COMPILER_REVS := 5.9 5.10
|
VALIDATED_COMPILER_REVS := 5.10
|
||||||
VALIDATED_C_COMPILER_REVS := 5.9 5.10
|
VALIDATED_C_COMPILER_REVS := 5.10
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Warning messages about not using the above validated versions
|
# Warning messages about not using the above validated versions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue