projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fbf0d1
)
Use simpler name (that matches bfd/config/h-ultra3!)
author
John Gilmore
<gnu@cygnus>
Fri, 13 Sep 1991 05:24:00 +0000
(
05:24
+0000)
committer
John Gilmore
<gnu@cygnus>
Fri, 13 Sep 1991 05:24:00 +0000
(
05:24
+0000)
include/sysdep.h
patch
|
blob
|
history
diff --git
a/include/sysdep.h
b/include/sysdep.h
index 66288c0ca4963dc416bfdb424b43da526ea37c44..3a2806a77a9a1e3b77617efc289204c79a3b4794 100755
(executable)
--- a/
include/sysdep.h
+++ b/
include/sysdep.h
@@
-53,7
+53,7
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define IRIX3_SYS 17 /* SGI Iris running irix 3.x */
#define IRIX4_SYS 18 /* SGI Iris running cypress */
#define HP300BSD_SYS 19
-#define ULTRA3_SY
M1_SYS 20
/* NYU Ultracomputer */
+#define ULTRA3_SY
S 20
/* NYU Ultracomputer */
#include <ansidecl.h>
@@
-147,7
+147,7
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sys/h-hp300bsd.h>
#endif
-#if HOST_SYS == ULTRA3_SY
M1_SY
S
+#if HOST_SYS == ULTRA3_SYS
#include <sys/h-ultra3.h>
#endif