1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Put the ppc build support back for the CDT milestone builds.

This commit is contained in:
Doug Schaefer 2010-05-14 14:16:07 +00:00
parent e4d218aa70
commit 26d41a3ab3
2 changed files with 4 additions and 3 deletions

View file

@ -16,7 +16,8 @@
export DISPLAY=:1
# set up to use the Java 5 JRE
export PATH=/opt/public/common/ibm-java-ppc-605/bin:/usr/local/bin:$PATH
#export PATH=/opt/public/common/ibm-java-ppc-605/bin:/usr/local/bin:$PATH
export PATH=/opt/public/common/ibm-java2-ppc-50/bin/java:/usr/local/bin:$PATH
# make sure we're in the releng project dir
cd `dirname $0`
@ -31,4 +32,4 @@ cd ..
# Let's go!
java $CDT_BUILD_VMARGS -jar tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar \
-ws gtk -arch ppc -os linux -application org.eclipse.ant.core.antRunner $*
-ws gtk -arch ppc -os linux -application org.eclipse.ant.core.antRunner $*

View file

@ -14,7 +14,7 @@
<target name="init">
<touch file="${user.home}/.cvspass" />
<tstamp/>
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.6M7-201004291549/eclipse-SDK-3.6M7-linux-gtk-x86_64.tar.gz"/>
<property name="eclipseDist" value="/home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.6M7-201004291549/eclipse-SDK-3.6M7-linux-gtk-${os.arch}.tar.gz"/>
<property name="rseDist" value="/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops/N.latest/RSE-SDK-latest.zip"/>
<property name="branchVersion" value="7.0.0"/>
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />