summaryrefslogtreecommitdiffstats
path: root/bundles
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2007-05-30 20:46:07 +0000
committerGrant Gayed <ggayed>2007-05-30 20:46:07 +0000
commit11d0b0d18bda846f1e5cb17f59bf97787897d9eb (patch)
tree2d37f498e34c3d454c1c2c1d70a5091602b377bd /bundles
parent4094b3a0b5ef244043c55010ff8191319fcda74e (diff)
downloadeclipse.platform.swt-11d0b0d18bda846f1e5cb17f59bf97787897d9eb.tar.gz
eclipse.platform.swt-11d0b0d18bda846f1e5cb17f59bf97787897d9eb.tar.xz
eclipse.platform.swt-11d0b0d18bda846f1e5cb17f59bf97787897d9eb.zip
171518
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/build.sh2
1 files changed, 1 insertions, 1 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 721807e31c..dac229e16b 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
@@ -65,7 +65,7 @@ case $MODEL in
esac
# For 64-bit CPUs, we have a switch
-if [ ${MODEL} = 'x86_64' -o ${MODEL} = 'ppc64' -o ${MODEL} = 'ia64' ]; then
+if [ ${MODEL} = 'x86_64' -o ${MODEL} = 'ppc64' -o ${MODEL} = 'ia64' -o ${MODEL} = 's390x' ]; then
SWT_PTR_CFLAGS=-DSWT_PTR_SIZE_64
export SWT_PTR_CFLAGS
if [ -d /lib64 ]; then