summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Bothner <bothner@cygnus.com>1995-12-12 00:47:21 +0000
committerPer Bothner <bothner@cygnus.com>1995-12-12 00:47:21 +0000
commit3f9a8915b5d0b3abb3354f32cdebf2b4eaee5fd1 (patch)
tree6a637ae1078a225496de7db1aee4867786077a6c
parent4676637ac131fa5031385fee880c67714c9fe682 (diff)
downloademacs-3f9a8915b5d0b3abb3354f32cdebf2b4eaee5fd1.tar.gz
(powerpc-harris-powerunix): Add guess for port to new target.libc-951213libc-951212
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 93b974da4c6..f840201417b 100755
--- a/config.guess
+++ b/config.guess
@@ -120,6 +120,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
mips:*:5*:RISCos)
echo mips-mips-riscos${UNAME_RELEASE}
exit 0 ;;
+ Night_Hawk:Power_UNIX:*:*)
+ echo powerpc-harris-powerunix
+ exit 0 ;;
m88k:CX/UX:7*:*)
echo m88k-harris-cxux7
exit 0 ;;