summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe@ca.ibm.com>2012-10-05 14:30:37 -0400
committerBogdan Gheorghe <gheorghe@ca.ibm.com>2012-10-05 14:31:05 -0400
commit62c688e769f9a74f3b48ecff0633da531ba422d6 (patch)
tree9ae964d5ac16cc596eb65cad6e4636c4fd6b9ff7
parentd20287fc0028770d688fd3fc76eadc9c310edecb (diff)
downloadeclipse.platform.swt-62c688e769f9a74f3b48ecff0633da531ba422d6.tar.gz
eclipse.platform.swt-62c688e769f9a74f3b48ecff0633da531ba422d6.tar.xz
eclipse.platform.swt-62c688e769f9a74f3b48ecff0633da531ba422d6.zip
Enable HPUX 64 build
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh
index c467c601fd..606bb12be7 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh
@@ -393,6 +393,7 @@ case $SWT_OS.$SWT_ARCH in
fi
;;
"hpux.ia64")
+ export PATH="/opt/hp-gcc/bin:/opt/gtk_64bit/bin:/opt/${PATH}"
if [ "${CC}" = "" ]; then
export CC=gcc
fi