From 233ecbece80749d0a26b16d3e2bebfdcbfa78908 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 27 Feb 2008 08:46:34 +0000 Subject: INTEGRATION: CWS ia64port01_DEV300 (1.5.44); FILE MERGED 2008/02/21 13:32:27 cmc 1.5.44.2: #i84999# for linux at least warn if it happens again 2008/02/21 12:52:49 cmc 1.5.44.1: #i84999# missing DLLEXTENSION --- tools/inc/tools/solar.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h index 19b4796c00b7..1fae5b315377 100644 --- a/tools/inc/tools/solar.h +++ b/tools/inc/tools/solar.h @@ -4,9 +4,9 @@ * * $RCSfile: solar.h,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2008-02-25 15:58:41 $ + * last change: $Author: obo $ $Date: 2008-02-27 09:46:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -388,6 +388,12 @@ template inline T Abs(T a) { return (a>=0?a:-a); } #define __DLLEXTENSION "ls.so" #elif defined LINUX && defined __x86_64__ #define __DLLEXTENSION "lx.so" +#elif defined LINUX && defined MIPS + #define __DLLEXTENSION "lm.so" +#elif defined LINUX && defined IA64 + #define __DLLEXTENSION "la.so" +#elif defined LINUX + #error unknown plattform #elif defined FREEBSD && defined X86 #define __DLLEXTENSION "fi.so" #elif defined FREEBSD && defined X86_64 -- cgit