Skip to content

Commit 65ab78f

Browse files
HannesWellakurtakov
authored andcommitted
Add constant for ppc64le architecture in Platform class
1 parent 44074c7 commit 65ab78f

File tree

1 file changed

+8
-0
lines changed
  • runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime

1 file changed

+8
-0
lines changed

runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,14 @@ public static boolean isMac() {
417417
*/
418418
public static final String ARCH_AARCH64 = "aarch64";//$NON-NLS-1$
419419

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+
420428
/**
421429
* Constant string (value {@code riscv64} indicating the platform is running on
422430
* an RISC-V 64bit-based architecture.

0 commit comments

Comments
 (0)