diff options
author | Nick Clifton <nickc@redhat.com> | 2002-09-12 15:59:37 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-09-12 15:59:37 +0000 |
commit | ce826b84f5f9424f8410488e3774369fa76b4386 (patch) | |
tree | 63b92881a2fc35c532493b515158135af2df6af5 /config.guess | |
parent | f48fceba977b47ebedb3aa45f624b55864d609af (diff) | |
download | binutils-redhat-ce826b84f5f9424f8410488e3774369fa76b4386.tar.gz |
Import chnages from master config repository.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config.guess b/config.guess index c5438deabc..181f0a2b4f 100755 --- a/config.guess +++ b/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002 Free Software Foundation, Inc. -timestamp='2002-08-23' +timestamp='2002-09-12' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -446,6 +446,9 @@ EOF Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit 0 ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit 0 ;; Night_Hawk:*:*:PowerMAX_OS) echo powerpc-harris-powermax exit 0 ;; @@ -1108,7 +1111,7 @@ EOF *:QNX:*:4*) echo i386-pc-qnx exit 0 ;; - NSR-[GKLNPTVW]:NONSTOP_KERNEL:*:*) + NSR-[DGKLNPTVW]:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit 0 ;; *:NonStop-UX:*:*) |