diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-10 15:37:45 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-10 15:37:45 +0200 |
commit | 4209cd2a3168c16b75dce990c9352d2c933a1476 (patch) | |
tree | 0121968d5ae737990f41d08155fa3200a95b1360 | |
parent | d1ff4b4f3430d60eea947d48d9af14c90ca2d13b (diff) | |
parent | ba3dcaf1573d133ba0eba24e1d06ce54c2c51fac (diff) |
CWS-TOOLING: integrate CWS linuxaxp01
-rw-r--r-- | tools/inc/tools/solar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h index 1d248853f895..2ae0fa5f2f32 100644 --- a/tools/inc/tools/solar.h +++ b/tools/inc/tools/solar.h @@ -384,6 +384,8 @@ template<typename T> inline T Abs(T a) { return (a>=0?a:-a); } #define __DLLEXTENSION "lm.so" #elif defined LINUX && defined HPPA #define __DLLEXTENSION "lh.so" +#elif defined LINUX && defined AXP + #define __DLLEXTENSION "ll.so" #elif defined LINUX #error unknown plattform #elif defined FREEBSD && defined X86 |