Skip to content

Commit 34b0536

Browse files
WIP
1 parent af22f0b commit 34b0536

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/toolchains/gcc-powerpc64-linux-gnu.cmake

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
set(CMAKE_SYSTEM_PROCESSOR powerpc64le)
2+
set(triple powerpc64le-linux-gnu)
3+
4+
include(${CMAKE_CURRENT_LIST_DIR}/gcc.cmake)
5+

.github/workflows/cross-ppc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
target:
13-
- { platform: 'ppc64', dir: 'powerpc64-linux-gnu', flags: '-maltivec -mvsx -mcpu=power8', full: 'OFF' }
13+
- { platform: 'ppc64le', dir: 'powerpc64le-linux-gnu', flags: '-maltivec -mvsx -mcpu=power8', full: 'OFF' }
1414
sys:
1515
- { compiler: 'gcc', version: '12' }
1616
steps:

0 commit comments

Comments
 (0)