Skip to content

Commit c2a5051

Browse files
committed
Drop the not really supported PowerPC 32bit target
The LLVM backend has known issues and even for them the main development target is PowerPC 64bit Little Endian.
1 parent 8e073fc commit c2a5051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/dox.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dox i686 i686-unknown-linux-gnu
4040
dox x86_64 x86_64-unknown-linux-gnu
4141
dox arm armv7-unknown-linux-gnueabihf
4242
dox aarch64 aarch64-unknown-linux-gnu
43-
dox powerpc powerpc-unknown-linux-gnu
43+
# dox powerpc powerpc-unknown-linux-gnu
4444
dox powerpc64le powerpc64le-unknown-linux-gnu
4545
dox mips mips-unknown-linux-gnu
4646
dox mips64 mips64-unknown-linux-gnuabi64

0 commit comments

Comments
 (0)