egcs is configured to define a different symbol. *grumble*
This commit is contained in:
parent
1a43f8d511
commit
02777ba24b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-ac,v 1.6 1998/11/12 23:50:33 frueauf Exp $
|
||||
$NetBSD: patch-ac,v 1.7 1998/11/17 14:14:43 mycroft Exp $
|
||||
|
||||
--- include/btorder.h.orig Sun Jul 19 19:28:10 1998
|
||||
+++ include/btorder.h Sat Nov 7 14:40:40 1998
|
||||
|
@ -7,7 +7,7 @@ $NetBSD: patch-ac,v 1.6 1998/11/12 23:50:33 frueauf Exp $
|
|||
|
||||
# if defined(__i386) || defined(i386) || \
|
||||
- defined(__alpha) || defined(alpha)
|
||||
+ defined(__alpha) || defined(alpha) || defined(__arm6__)
|
||||
+ defined(__alpha) || defined(alpha) || defined(__arm6__) || defined(__arm__)
|
||||
# define _BIT_FIELDS_LTOH
|
||||
# endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue