We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66494ed commit cbaf416Copy full SHA for cbaf416
Misc/platform_triplet.c
@@ -184,14 +184,14 @@ PLATFORM_TRIPLET=mips-linux-LIBC_MIPS
184
# endif
185
# elif defined(__or1k__)
186
PLATFORM_TRIPLET=or1k-linux-LIBC
187
-# elif defined(__powerpc__)
188
-PLATFORM_TRIPLET=powerpc-linux-LIBC_PPC
189
# elif defined(__powerpc64__)
190
# if defined(__LITTLE_ENDIAN__)
191
PLATFORM_TRIPLET=powerpc64le-linux-LIBC
192
# else
193
PLATFORM_TRIPLET=powerpc64-linux-LIBC
194
+# elif defined(__powerpc__)
+PLATFORM_TRIPLET=powerpc-linux-LIBC_PPC
195
# elif defined(__s390x__)
196
PLATFORM_TRIPLET=s390x-linux-LIBC
197
# elif defined(__s390__)
0 commit comments