mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
6865753: 6854244 breaks partial (jdk-only) builds
Makefiles which set -target 5 now need to set -source 5 as well. Reviewed-by: wetmore, tbell
This commit is contained in:
parent
9d2c02479e
commit
a3128d7e74
2 changed files with 2 additions and 0 deletions
|
@ -267,6 +267,7 @@ $(OBFUS_DIR)/sunjce.dox: $(CLOSED_DIR)/obfus/sunjce.dox
|
||||||
# supports up to v49 class file format. Force v49 classfiles in our
|
# supports up to v49 class file format. Force v49 classfiles in our
|
||||||
# builds for now.
|
# builds for now.
|
||||||
#
|
#
|
||||||
|
SOURCE_LANGUAGE_VERSION = 5
|
||||||
TARGET_CLASS_VERSION = 5
|
TARGET_CLASS_VERSION = 5
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -416,6 +416,7 @@ $(OBFUS_DIR)/framework.dox: $(CLOSED_DIR)/obfus/framework.dox
|
||||||
# supports up to v49 class file format. Force v49 classfiles in our
|
# supports up to v49 class file format. Force v49 classfiles in our
|
||||||
# builds for now.
|
# builds for now.
|
||||||
#
|
#
|
||||||
|
SOURCE_LANGUAGE_VERSION = 5
|
||||||
TARGET_CLASS_VERSION = 5
|
TARGET_CLASS_VERSION = 5
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue