Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2011-04-13 19:28:06 +0000
committerAndrew Niefer2011-04-13 19:28:06 +0000
commit6c8a8de65146f04c342615f83f2b517a46292ca8 (patch)
treef27db6c8ccefcb357a3da3a2f04b25d4d40387cf
parentce468308b15ab7e29c3867570417067ed36d1fc0 (diff)
downloadrt.equinox.framework-R3_4_maintenance.tar.gz
rt.equinox.framework-R3_4_maintenance.tar.xz
rt.equinox.framework-R3_4_maintenance.zip
-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 084b8cd86..553de6041 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=/opt/hp-gcc/bin:$PATH
+ export PATH
;;
*)
makefile="make_hpux_PA_RISC.mak"

Back to the top