Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWainer dos Santos Moschetta2014-09-03 18:24:50 +0000
committerMarc Khouzam2014-09-17 12:56:54 +0000
commitae1b12338a3db79332089e24769511dd7b998603 (patch)
tree21e91fcd924ad2ed9f320e1bbe904dd88a77e086 /pom.xml
parent5dc320def593c8e79116d09626d4be09e5c906be (diff)
downloadorg.eclipse.cdt-ae1b12338a3db79332089e24769511dd7b998603.tar.gz
org.eclipse.cdt-ae1b12338a3db79332089e24769511dd7b998603.tar.xz
org.eclipse.cdt-ae1b12338a3db79332089e24769511dd7b998603.zip
Bug 443343. Add support for pppc64le architecture
Created the org.eclipse.cdt.core.linux.ppc64le plug-in to bundle the libpty.so and libspawner.so shared libraries for ppc64le (compiled with gcc 4.9.1 and glibc 2.19) Change-Id: I8d4d63961efaae68ac457462b069350e98e75246 Signed-off-by: Wainer S. Moschetta <wainersm@linux.vnet.ibm.com> Reviewed-on: https://git.eclipse.org/r/32874 Tested-by: Hudson CI Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 50fe72d6204..1c1dfce0047 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,7 @@
<module>core/org.eclipse.cdt.core.linux.x86</module>
<module>core/org.eclipse.cdt.core.linux.x86_64</module>
<module>core/org.eclipse.cdt.core.linux.ppc64</module>
+ <module>core/org.eclipse.cdt.core.linux.ppc64le</module>
<module>core/org.eclipse.cdt.core.win32</module>
<module>core/org.eclipse.cdt.core.win32.x86</module>
<module>core/org.eclipse.cdt.core.win32.x86_64</module>
@@ -375,6 +376,11 @@
<ws>gtk</ws>
<arch>ppc64</arch>
</environment>
+ <environment>
+ <os>linux</os>
+ <ws>gtk</ws>
+ <arch>ppc64le</arch>
+ </environment>
<environment>
<os>win32</os>
<ws>win32</ws>

Back to the top