Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2009-08-21 19:04:39 +0000
committerAndrew Niefer2009-08-21 19:04:39 +0000
commit5e362755041c969e93af6d717ef16ed2e93d399b (patch)
tree1ee657a4c719aa50bda3528de8f09aabe9b45ffb /bundles/org.eclipse.equinox.executable
parent4a4496c85ce25a5bcce19d661ee8517264b7bcc7 (diff)
downloadrt.equinox.framework-5e362755041c969e93af6d717ef16ed2e93d399b.tar.gz
rt.equinox.framework-5e362755041c969e93af6d717ef16ed2e93d399b.tar.xz
rt.equinox.framework-5e362755041c969e93af6d717ef16ed2e93d399b.zip
bug 184468 - automation in compilation
Diffstat (limited to 'bundles/org.eclipse.equinox.executable')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/motif/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/motif/build.sh b/bundles/org.eclipse.equinox.executable/library/motif/build.sh
index 9fd6751b4..3604b3bd1 100644
--- a/bundles/org.eclipse.equinox.executable/library/motif/build.sh
+++ b/bundles/org.eclipse.equinox.executable/library/motif/build.sh
@@ -92,6 +92,8 @@ case $OS in
OUTPUT_DIR="../../bin/$defaultWS/$defaultOS/$defaultOSArch"
javaHome="/opt/java1.5"
defaultJava=DEFAULT_JAVA_EXEC
+ PATH=PATH=/opt/hp-gcc/bin:$PATH
+ export PATH
;;
*)
makefile="make_hpux_PA_RISC.mak"

Back to the top