Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 1b48b52

Browse files
committed
Set powerpc64le to power8
1 parent d3b70aa commit 1b48b52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

slaves/linux-cross/build_powerpc64le_linux_toolchain.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ cd ../gcc-build
4949
../gcc-$GCC/configure \
5050
--enable-languages=c,c++ \
5151
--target=$TARGET \
52+
--with-cpu=power8 \
5253
--with-sysroot=$SYSROOT \
5354
--disable-libcilkrts \
5455
--disable-multilib \

0 commit comments

Comments
 (0)