Skip to content

Commit 15e6448

Browse files
committed
Use gcc 11.2 for plinux BE IBM builds
This only affects the Bytecode and MH interpreter compilation, everything else uses XLC. Signed-off-by: Peter Shipton <[email protected]>
1 parent bf43aec commit 15e6448

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

buildspecs/linux_ppc-64.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
4040
<property name="graph_commands.chroot" value=""/>
4141
<property name="graph_commands.unix.remote_host" value=""/>
4242
<property name="graph_datamines" value="commands.unix.datamine,site-ottawa.datamine,use.local.datamine"/>
43-
<property name="graph_enable_compiler_cmd" value="source {$buildinfo.fsroot.unixBin$}/platform/linux_ppc-64/set_gcc7.5_env &amp;&amp;"/>
43+
<property name="graph_enable_compiler_cmd" value="source {$buildinfo.fsroot.unixBin$}/platform/linux_ppc-64/set_gcc11.2_env &amp;&amp;"/>
4444
<property name="graph_label.classlib" value="150"/>
4545
<property name="graph_label.java5" value="j9vmxp6424"/>
4646
<property name="graph_label.java6" value="pxp6460"/>

buildspecs/linux_ppc-64_cmprssptrs.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
4141
<property name="graph_commands.chroot" value=""/>
4242
<property name="graph_commands.unix.remote_host" value=""/>
4343
<property name="graph_datamines" value="commands.unix.datamine,site-ottawa.datamine,use.local.datamine"/>
44-
<property name="graph_enable_compiler_cmd" value="source {$buildinfo.fsroot.unixBin$}/platform/linux_ppc-64/set_gcc7.5_env &amp;&amp;"/>
44+
<property name="graph_enable_compiler_cmd" value="source {$buildinfo.fsroot.unixBin$}/platform/linux_ppc-64/set_gcc11.2_env &amp;&amp;"/>
4545
<property name="graph_label.classlib" value="150"/>
4646
<property name="graph_label.java5" value="j9vmxp64cmprssptrs24"/>
4747
<property name="graph_label.java6" value="pxp64cmprssptrs60"/>

buildspecs/linux_ppc.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
4040
<property name="graph_commands.chroot" value=""/>
4141
<property name="graph_commands.unix.remote_host" value=""/>
4242
<property name="graph_datamines" value="commands.unix.datamine,site-ottawa.datamine,use.local.datamine"/>
43-
<property name="graph_enable_compiler_cmd" value="source {$buildinfo.fsroot.unixBin$}/platform/linuxppc/set_gcc7.5_env &amp;&amp;"/>
43+
<property name="graph_enable_compiler_cmd" value="source {$buildinfo.fsroot.unixBin$}/platform/linuxppc/set_gcc11.2_env &amp;&amp;"/>
4444
<property name="graph_label.classlib" value="150"/>
4545
<property name="graph_label.java5" value="j9vmxp3224"/>
4646
<property name="graph_label.java6" value="pxp3260"/>

0 commit comments

Comments
 (0)