mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8235814: Add --enable-deprecated-ports=yes to all solaris and SPARC build profiles
Reviewed-by: erikj
This commit is contained in:
parent
b9f62457b9
commit
dbd4134c04
1 changed files with 2 additions and 2 deletions
|
@ -434,7 +434,7 @@ var getJibProfilesProfiles = function (input, common, data) {
|
|||
target_cpu: "x64",
|
||||
dependencies: ["devkit", "cups"],
|
||||
configure_args: concat(common.configure_args_64bit,
|
||||
"--with-zlib=system", "--enable-dtrace"),
|
||||
"--with-zlib=system", "--enable-dtrace", "--enable-deprecated-ports=yes"),
|
||||
},
|
||||
|
||||
"solaris-sparcv9": {
|
||||
|
@ -442,7 +442,7 @@ var getJibProfilesProfiles = function (input, common, data) {
|
|||
target_cpu: "sparcv9",
|
||||
dependencies: ["devkit", "cups"],
|
||||
configure_args: concat(common.configure_args_64bit,
|
||||
"--with-zlib=system", "--enable-dtrace"),
|
||||
"--with-zlib=system", "--enable-dtrace", "--enable-deprecated-ports=yes"),
|
||||
},
|
||||
|
||||
"windows-x64": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue