13 lines
399 B
Text
13 lines
399 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2001/01/15 12:42:14 skrll Exp $
|
|
|
|
--- Include/GCCDefinitions.hpp.orig Fri Oct 6 19:16:57 2000
|
|
+++ Include/GCCDefinitions.hpp
|
|
@@ -84,7 +84,7 @@
|
|
|
|
|
|
// This will change, depending upon the target platform.
|
|
-#if defined(SOLARIS)
|
|
+#if defined(SOLARIS) || (defined(NETBSD) && !defined(__i386__))
|
|
#define XALAN_BIG_ENDIAN
|
|
#elif defined(__i386__)
|
|
#define XALAN_LITLE_ENDIAN
|