Kaydet (Commit) a8673a4a authored tarafından Rüdiger Timm's avatar Rüdiger Timm

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
üst aee65b41
...@@ -64,6 +64,11 @@ ...@@ -64,6 +64,11 @@
SAL_ENABLE_FILE_LOCKING=1 SAL_ENABLE_FILE_LOCKING=1
export SAL_ENABLE_FILE_LOCKING 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 # set -x
# resolve installation directory # resolve installation directory
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment