[Libreoffice-commits] .: tools/inc

Thomas Klausner tklausner at kemper.freedesktop.org
Sat Oct 9 01:53:01 PDT 2010


 tools/inc/tools/solar.h |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit c3156d15db906535a223e2d7071c7cfd6ceff988
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Sat Oct 9 10:52:37 2010 +0200

    Define symbol and suffix for NetBSD/amd64.

diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h
index a6abdf0..f6a0bcb 100644
--- a/tools/inc/tools/solar.h
+++ b/tools/inc/tools/solar.h
@@ -309,6 +309,7 @@ template<typename T> inline T Abs(T a) { return (a>=0?a:-a); }
 #define SYSTEM_UNXSOGI		32
 #define SYSTEM_UNXMACXI		33
 #define SYSTEM_OS2GCCI		34
+#define SYSTEM_UNXBSDX		35
 #define SYSTEM_WNTGCCI  	99
 
 #if defined WNT
@@ -338,6 +339,8 @@ template<typename T> inline T Abs(T a) { return (a>=0?a:-a); }
   #define __DLLEXTENSION "ci.so"
 #elif defined NETBSD && defined X86
   #define __DLLEXTENSION "bi.so"
+#elif defined NETBSD && defined X86_64
+  #define __DLLEXTENSION "bx.so"
 #elif defined NETBSD && defined ARM32
   #define __DLLEXTENSION "ba.so"
 #elif defined NETBSD && defined SPARC


More information about the Libreoffice-commits mailing list