Skip to content

Commit

Permalink
Merge pull request #18407 from pshipton/plinuxle-gcc11.2
Browse files Browse the repository at this point in the history
Compile IBM Java 8 plinux LE with gcc 11.2
  • Loading branch information
keithc-ca committed Nov 7, 2023
2 parents f55c20e + 1c942be commit 648c16f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildspecs/linux_ppc-64_cmprssptrs_le.spec
Expand Up @@ -41,7 +41,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
<property name="graph_commands.chroot" value=""/>
<property name="graph_commands.unix.remote_host" value=""/>
<property name="graph_datamines" value="commands.unix.datamine,site-ottawa.datamine,use.local.datamine"/>
<property name="graph_enable_compiler_cmd" value="source {$buildinfo.fsroot.unixBin$}/platform/linuxppcle/set_gcc7.5_env &amp;&amp;"/>
<property name="graph_enable_compiler_cmd" value="source {$buildinfo.fsroot.unixBin$}/platform/linuxppcle/set_gcc_11.2.0_env &amp;&amp;"/>
<property name="graph_label.classlib" value="150"/>
<property name="graph_label.java5" value="j9vmxp64lecmprssptrs24"/>
<property name="graph_label.java6" value="pxp64lecmprssptrs60"/>
Expand Down
2 changes: 1 addition & 1 deletion buildspecs/linux_ppc-64_le.spec
Expand Up @@ -41,7 +41,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
<property name="graph_commands.chroot" value=""/>
<property name="graph_commands.unix.remote_host" value=""/>
<property name="graph_datamines" value="commands.unix.datamine,site-ottawa.datamine,use.local.datamine"/>
<property name="graph_enable_compiler_cmd" value="source {$buildinfo.fsroot.unixBin$}/platform/linuxppcle/set_gcc7.5_env &amp;&amp;"/>
<property name="graph_enable_compiler_cmd" value="source {$buildinfo.fsroot.unixBin$}/platform/linuxppcle/set_gcc_11.2.0_env &amp;&amp;"/>
<property name="graph_label.classlib" value="150"/>
<property name="graph_label.java5" value="j9vmxp64le24"/>
<property name="graph_label.java6" value="pxp64le60"/>
Expand Down

0 comments on commit 648c16f

Please sign in to comment.