blob: 8a6d4764afcd8af8a8ecd5ddbe6e852bad050087 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
|