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:
parent
26d41a3ab3
commit
b42f9fc12c
1 changed files with 4 additions and 3 deletions
|
@ -16,8 +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-java2-ppc-50/bin/java:/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`
|
||||
|
@ -32,4 +32,5 @@ cd ..
|
|||
|
||||
# Let's go!
|
||||
java $CDT_BUILD_VMARGS -jar tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar \
|
||||
-Djvm1.5=/opt/public/common/ibm-java2-ppc-50/bin/java \
|
||||
-ws gtk -arch ppc -os linux -application org.eclipse.ant.core.antRunner $*
|
||||
|
|
Loading…
Add table
Reference in a new issue