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 44074c7 commit 65ab78fCopy full SHA for 65ab78f
runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java
@@ -417,6 +417,14 @@ public static boolean isMac() {
417
*/
418
public static final String ARCH_AARCH64 = "aarch64";//$NON-NLS-1$
419
420
+ /**
421
+ * Constant string (value {@code ppc64le}) indicating the platform is running on
422
+ * an little-endian PowerPC 64bit based architecture.
423
+ *
424
+ * @since 3.32
425
+ */
426
+ public static final String ARCH_PPC64LE = "ppc64le"; //$NON-NLS-1$
427
+
428
/**
429
* Constant string (value {@code riscv64} indicating the platform is running on
430
* an RISC-V 64bit-based architecture.
0 commit comments