freebsd-ports/shells/tcsh/files/patch-ad
Steve Price 64c9f43037 Correct identity string on the alpha.
Noticed by:	Jeff Wheat <jeff@cetlink.net>
1999-06-22 17:28:03 +00:00

16 lines
414 B
Text

--- 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 :