Correct identity string on the alpha.

Noticed by:	Jeff Wheat <jeff@cetlink.net>
This commit is contained in:
Steve Price 1999-06-22 17:28:03 +00:00
parent cab9ad235e
commit 64c9f43037
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19665

View File

@ -0,0 +1,16 @@
--- host.defs.orig Mon Jun 21 20:11:51 1999
+++ host.defs Mon Jun 21 20:14:16 1999
@@ -494,10 +494,12 @@
newdef : defined(__FreeBSD__)
comment : FreeBSD
+vendor : defined(__alpha) : "digital"
vendor : defined(M_intel) : "intel"
hosttype: : "FreeBSD"
ostype : : "FreeBSD"
-machtype: : "i386"
+machtype: defined(__alpha) : "alpha"
+machtype: defined(M_i386) : "i386"
enddef :