Update to the tcsh-6.11 version.

This file could be removed as the alpha changes have been incorporated into
the base release. However, it is probably best to leave this here since there
are additional FreeBSD architectures in the pipeline that should be added.
This commit is contained in:
Mark Peek 2001-09-05 21:11:56 +00:00
parent 9d4fe4b2b0
commit abd3657a6f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83116

View File

@ -1,5 +1,5 @@
newcode :
/* $Header: /src/pub/tcsh/host.defs,v 1.28 2000/11/11 23:03:35 christos Exp $ */
/* $Header: /src/pub/tcsh/host.defs,v 1.31 2001/06/10 02:19:11 christos Exp $ */
/* $FreeBSD$ */
/*
* host.defs: Hosttype/Machtype etc.
@ -38,7 +38,7 @@ newcode :
*/
#include "sh.h"
RCSID("$Id: host.defs,v 1.28 2000/11/11 23:03:35 christos Exp $")
RCSID("$Id: host.defs,v 1.31 2001/06/10 02:19:11 christos Exp $")
endcode :
@ -478,8 +478,8 @@ vendor : defined(M_intel) : "intel"
vendor : defined(m68k) : "motorola"
vendor : defined(mac68k) : "apple"
vendor : defined(pc532) : "national-semi"
vendor : defined(pmax) || defined(mips) : "dec"
vendor : defined(M_mipsel) : "dec"
vendor : defined(pmax) : "dec"
vendor : defined(mips) : "mips"
vendor : defined(sparc) : "sun"
vendor : defined(sun3) : "sun"
vendor : defined(vax) : "digital"
@ -542,6 +542,14 @@ ostype : : "coherent"
machtype: defined(_I386) : "i386"
enddef :
newdef : defined(concurrent)
comment : Concurrent PowerHawk
vendor : : "concurrent"
hosttype: : "powerhawk"
ostype : : "powermax_os"
machtype: : "powerhawk"
enddef :
newdef : defined(SCO)
comment : SCO UNIX System V/386 Release 3.2
vendor : : "sco"