RFR: JDK-8265373: Change to GCC 10.3 for building on Linux at Oracle [v2]
Erik Joelsson
erikj at openjdk.java.net
Fri Apr 16 20:36:06 UTC 2021
On Fri, 16 Apr 2021 19:35:26 GMT, Mikael Vidstedt <mikael at openjdk.org> wrote:
>> Erik Joelsson has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix configure args for linux-x64
>
> make/conf/jib-profiles.js line 426:
>
>> 424: (input.build_cpu == "x64" ? common.configure_args_64bit : "--openjdk-target=x86_64-linux-gnu"),
>> 425: "--with-zlib=system", "--disable-dtrace",
>> 426: (input.build_cpu != "x64" ? "--openjdk-target=x86_64-linux-gnu" : null),
>
> Doesn't this add `--openjdk-target=x86_64-linux-gnu` twice when build_cpu is not "x64"?
You are correct, I never finished that edit. Uploaded fix.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3551
More information about the build-dev
mailing list