summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-06-30 14:03:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-06-30 14:03:59 +0000
commitcc0401859c0189f1ce4612fb1dd1f89f74a98c94 (patch)
tree7750483983daa40d1c956e5bf3a515a3fd0b1bb0 /tools
parent5117c33255b6170aac714dd12b43442b564be720 (diff)
INTEGRATION: CWS m68kport01 (1.8.22); FILE MERGED
2008/06/11 08:05:07 cmc 1.8.22.1: #i90600# tools support for m68k
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/solar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h
index d1c9a99b98df..d0214d0637dd 100644
--- a/tools/inc/tools/solar.h
+++ b/tools/inc/tools/solar.h
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: solar.h,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -381,6 +381,8 @@ template<typename T> inline T Abs(T a) { return (a>=0?a:-a); }
#define __DLLEXTENSION "lm.so"
#elif defined LINUX && defined IA64
#define __DLLEXTENSION "la.so"
+#elif defined LINUX && defined M68K
+ #define __DLLEXTENSION "lm.so"
#elif defined LINUX
#error unknown plattform
#elif defined FREEBSD && defined X86