Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.core.filesystem.linux.ppc64/pom.xml2
-rw-r--r--pom.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.core.filesystem.linux.ppc64/pom.xml b/bundles/org.eclipse.core.filesystem.linux.ppc64/pom.xml
index 444b99385..182032fb0 100644
--- a/bundles/org.eclipse.core.filesystem.linux.ppc64/pom.xml
+++ b/bundles/org.eclipse.core.filesystem.linux.ppc64/pom.xml
@@ -37,7 +37,7 @@
<environment>
<os>linux</os>
<ws>gtk</ws>
- <arch>ppc</arch>
+ <arch>ppc64</arch>
</environment>
</environments>
</configuration>
diff --git a/pom.xml b/pom.xml
index a906faf5f..6d76d664b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,7 @@
<module>bundles/org.eclipse.core.filesystem.hpux.ia64_32</module>
<module>bundles/org.eclipse.core.filesystem.hpux.PA_RISC</module>
<module>bundles/org.eclipse.core.filesystem.linux.ppc</module>
+ <module>bundles/org.eclipse.core.filesystem.linux.ppc64</module>
<module>bundles/org.eclipse.core.filesystem.linux.x86</module>
<module>bundles/org.eclipse.core.filesystem.linux.x86_64</module>
<module>bundles/org.eclipse.core.filesystem.macosx</module>

Back to the top