From 99362cccf45d5afe7cb9f71787f598280e358a14 Mon Sep 17 00:00:00 2001 From: mp Date: Wed, 5 Sep 2001 21:11:56 +0000 Subject: 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. --- bin/csh/host.defs | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'bin/csh') 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" -- cgit v1.1