From 479652459a2144d24b21d3dc0096bf163bbd0927 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 30 Jun 2008 14:06:32 +0000 Subject: INTEGRATION: CWS m68kport01 (1.13.10); FILE MERGED 2008/06/11 07:59:07 cmc 1.13.10.1: #i90600# jvmfwk support for m68k --- jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'jvmfwk') diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx index 533dc7f3c747..680a1be74f41 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.14 $ + * $Revision: 1.15 $ * * This file is part of OpenOffice.org. * @@ -68,7 +68,9 @@ namespace jfw_plugin #define JFW_PLUGIN_ARCH "arm" #elif defined IA64 #define JFW_PLUGIN_ARCH "ia64" -#else // SPARC, INTEL, POWERPC, MIPS, ARM +#elif defined M68K +#define JFW_PLUGIN_ARCH "m68k" +#else // SPARC, INTEL, POWERPC, MIPS, ARM, IA64, M68K #error unknown plattform #endif // SPARC, INTEL, POWERPC, MIPS, ARM -- cgit