1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
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

17 lines
414 B
Plaintext

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