From 64c9f430370e500ce8a6a1fd70b462e5b9ff88b2 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Tue, 22 Jun 1999 17:28:03 +0000 Subject: Correct identity string on the alpha. Noticed by: Jeff Wheat --- shells/tcsh/files/patch-ad | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 shells/tcsh/files/patch-ad (limited to 'shells') diff --git a/shells/tcsh/files/patch-ad b/shells/tcsh/files/patch-ad new file mode 100644 index 000000000000..c6ea6223a72c --- /dev/null +++ b/shells/tcsh/files/patch-ad @@ -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 : + + -- cgit v1.2.3