diff options
author | sb <sb@openoffice.org> | 2009-11-13 14:45:27 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2009-11-13 14:45:27 +0100 |
commit | e29d297766466261ab42ec95edd69d8ae8cd3dff (patch) | |
tree | c9fa914380a1727c0a2d13a74535c9a08035c9f9 /desktop/scripts/soffice.sh | |
parent | 3bd3f1a018838bf5a72f88b91a89bd8fd8f4d658 (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.sh | 7 |
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`" |