diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-16 12:51:55 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-16 12:51:55 +0000 |
commit | 286498a228ada569d9c4e256b779c532c606bc4d (patch) | |
tree | 117a476871f5de20c62a879ec81e1533fb00d66c /jvmfwk | |
parent | 04d267eda7f22be444140a3f6c3f350e0d7cf522 (diff) |
INTEGRATION: CWS hr51 (1.13.4); FILE MERGED
2008/06/06 14:11:17 hr 1.13.4.1: #i88947#: Solaris 64 bit support
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx index 06c4591c5..c8308b9df 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: vendorbase.hxx,v $ - * $Revision: 1.13 $ + * $Revision: 1.14 $ * * This file is part of OpenOffice.org. * @@ -42,7 +42,9 @@ namespace jfw_plugin //Used by subclasses of VendorBase to build paths to Java runtime -#if defined SPARC +#if defined(__sparcv9) +#define JFW_PLUGIN_ARCH "sparcv9" +#elif defined SPARC #define JFW_PLUGIN_ARCH "sparc" #elif defined X86_64 #define JFW_PLUGIN_ARCH "amd64" |