diff options
author | mp <mp@FreeBSD.org> | 2001-09-05 21:11:56 +0000 |
---|---|---|
committer | mp <mp@FreeBSD.org> | 2001-09-05 21:11:56 +0000 |
commit | 99362cccf45d5afe7cb9f71787f598280e358a14 (patch) | |
tree | c6adc5c8ae584e90c266d2da2f1168b7da888c95 /bin | |
parent | 7da2447808dd5233fae946a91d1cbc895d9ed346 (diff) | |
download | FreeBSD-src-99362cccf45d5afe7cb9f71787f598280e358a14.zip FreeBSD-src-99362cccf45d5afe7cb9f71787f598280e358a14.tar.gz |
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.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/csh/host.defs | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/bin/csh/host.defs b/bin/csh/host.defs index db56a8e..1a81ec5 100644 --- a/bin/csh/host.defs +++ b/bin/csh/host.defs @@ -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" |