fix build on vax, seems to work too (at least passes regress)
This commit is contained in:
parent
7bc8a3a5de
commit
0f9f4167dd
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-include_private_gcconfig_h,v 1.4 2003/01/15 22:48:09 marc Exp $
|
||||
--- include/private/gcconfig.h.orig Tue Aug 6 11:49:22 2002
|
||||
+++ include/private/gcconfig.h Thu Dec 5 21:33:05 2002
|
||||
$OpenBSD: patch-include_private_gcconfig_h,v 1.5 2003/01/28 07:51:22 pvalchev Exp $
|
||||
--- include/private/gcconfig.h.orig Tue Aug 6 12:49:22 2002
|
||||
+++ include/private/gcconfig.h Sun Jan 26 14:11:50 2003
|
||||
@@ -51,6 +51,10 @@
|
||||
# define FREEBSD
|
||||
# endif
|
||||
@ -12,6 +12,15 @@ $OpenBSD: patch-include_private_gcconfig_h,v 1.4 2003/01/15 22:48:09 marc Exp $
|
||||
/* Determine the machine type: */
|
||||
# if defined(__XSCALE__)
|
||||
# define ARM32
|
||||
@@ -89,7 +93,7 @@
|
||||
# define ARM32
|
||||
# define mach_type_known
|
||||
# endif
|
||||
-# if defined(vax)
|
||||
+# if defined(vax) || defined(__vax__)
|
||||
# define VAX
|
||||
# ifdef ultrix
|
||||
# define ULTRIX
|
||||
@@ -270,6 +274,11 @@
|
||||
# define POWERPC
|
||||
# define mach_type_known
|
||||
|
Loading…
Reference in New Issue
Block a user