summaryrefslogtreecommitdiff
path: root/desktop/scripts/soffice.sh
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2009-11-13 14:45:27 +0100
committersb <sb@openoffice.org>2009-11-13 14:45:27 +0100
commite29d297766466261ab42ec95edd69d8ae8cd3dff (patch)
treec9fa914380a1727c0a2d13a74535c9a08035c9f9 /desktop/scripts/soffice.sh
parent3bd3f1a018838bf5a72f88b91a89bd8fd8f4d658 (diff)
sb116: #i106891# evaluate conditional expression in soffice script at build time (based on a patch by mmeeks)
Diffstat (limited to 'desktop/scripts/soffice.sh')
-rw-r--r--desktop/scripts/soffice.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index 59238c7f8b..87f8fb4bb3 100644
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -43,11 +43,8 @@ export SAL_ENABLE_FILE_LOCKING
# working on your system.
# SAL_NOOPENGL=true; export SAL_NOOPENGL
-# the following test is needed on Linux PPC with IBM j2sdk142
-if [ "`uname -s`" = "Linux" -a "`uname -m`" = "ppc" ] ; then
- JITC_PROCESSOR_TYPE=6
- export JITC_PROCESSOR_TYPE
-fi
+# The following is needed on Linux PPC with IBM j2sdk142:
+#@# export JITC_PROCESSOR_TYPE=6
# resolve installation directory
sd_cwd="`pwd`"