summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-05-11 10:32:48 +0000
committerRüdiger Timm <rt@openoffice.org>2005-05-11 10:32:48 +0000
commita8673a4aec8a6218c9440fced3275472543d5c39 (patch)
tree4fa6162b948c0fcafc3e12a44bf0670ebb1d8285 /desktop
parentaee65b413c4298ff73c7f4fa84e0bc7b41197c97 (diff)
INTEGRATION: CWS linuxppc02 (1.14.34); FILE MERGED
2005/05/03 20:02:11 ericb 1.14.34.1: i48654 JIC_PROCESSOR_TYPE numberis needed with IBMjre142
Diffstat (limited to 'desktop')
-rw-r--r--desktop/scripts/soffice.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index 803325230f87..dd9a983b21ca 100644
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -64,6 +64,11 @@
SAL_ENABLE_FILE_LOCKING=1
export SAL_ENABLE_FILE_LOCKING
+# the following test is needed on Linux PPC with IBM j2sdk142
+if [ `uname -s`=="Linux" -a `uname -m`=ppc ] ; then
+ export JITC_PROCESSOR_TYPE="6"
+fi
+
# set -x
# resolve installation directory