diff options
Diffstat (limited to 'desktop/scripts')
-rw-r--r-- | desktop/scripts/soffice.sh | 5 |
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 |