diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-13 11:03:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-13 11:03:58 +0000 |
commit | 6d8176efd2412d6d41dfecac45cf1e08c09923ed (patch) | |
tree | ea43442fc9876e95db5e1247241e6ce349bc0fad /odk/settings | |
parent | 0547d1b6fd92b7352129ed3f81e8344ae3da1e19 (diff) |
INTEGRATION: CWS jsc8 (1.19.10); FILE MERGED
2006/07/07 08:32:26 jsc 1.19.10.1: #i66162# insert support for 64bit platform but needs further investigation
Diffstat (limited to 'odk/settings')
-rw-r--r-- | odk/settings/settings.mk | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/odk/settings/settings.mk b/odk/settings/settings.mk index 00d0ddeac4ed..786367ddd468 100644 --- a/odk/settings/settings.mk +++ b/odk/settings/settings.mk @@ -222,7 +222,14 @@ PLATFORM=linux PACKAGE_LIB_DIR=linux_x86.plt UNOPKG_PLATFORM=Linux_x86 JAVA_PROC_TYPE=i386 - + +ifeq "$(PROCTYPE)" "x86_64" +PACKAGE_LIB_DIR=linux_x86_64.plt +UNOPKG_PLATFORM=Linux_x86_64 +# needs deeper investigation for intel 64 bit +JAVA_PROC_TYPE=amd64 +endif + ifeq "$(PROCTYPE)" "powerpc" PACKAGE_LIB_DIR=linux_powerpc.plt UNOPKG_PLATFORM=Linux_PowerPC |