Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorAndrew Niefer2009-12-08 20:51:29 +0000
committerAndrew Niefer2009-12-08 20:51:29 +0000
commit7a26d5786327bf878a1baabc600ff0e7bc5d68af (patch)
treed13d85faaba5e232839dfce95c0ec2167bdf0f7c /releng
parent9f986b58c8b784d947a7a6cc66dd23bcd46210f3 (diff)
downloadrt.equinox.framework-7a26d5786327bf878a1baabc600ff0e7bc5d68af.tar.gz
rt.equinox.framework-7a26d5786327bf878a1baabc600ff0e7bc5d68af.tar.xz
rt.equinox.framework-7a26d5786327bf878a1baabc600ff0e7bc5d68af.zip
ppc64
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/build.xml b/releng/org.eclipse.equinox.launcher.releng/build.xml
index 89c485e09..c9732f991 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -49,6 +49,7 @@
<equals arg1="s390x" arg2="${arch}" />
<equals arg1="motif.sparc" arg2="${ws}.${arch}" />
<equals arg1="win32.ia64" arg2="${ws}.${arch}" />
+ <equals arg1="gtk.ppc64" arg2="${ws}.${arch}" /> <!-- linux.gtk.ppc64 is contributed until M5 -->
</or>
</condition>
</target>

Back to the top