about summary refs log tree commit diff
diff options
context:
space:
mode:
authorIan <ian@pomf.net>1996-01-31 19:10:52 +0000
committerIan <ian@pomf.net>1996-01-31 19:10:52 +0000
commit4505e8c1ed9aa51443b5f5e52a9071e53935502a (patch)
treee8745aef5d4507a6c00255740bdd4190bc5a0c85
parent01cdeca0c96838a92d9f810f9c4ae59e8129db2a (diff)
downloadglibc-4505e8c1ed9aa51443b5f5e52a9071e53935502a.tar.gz
glibc-4505e8c1ed9aa51443b5f5e52a9071e53935502a.tar.xz
glibc-4505e8c1ed9aa51443b5f5e52a9071e53935502a.zip
Recognize A/UX
-rwxr-xr-xconfig.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 2532999b83..af106b2f8a 100755
--- a/config.guess
+++ b/config.guess
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
-#   Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+#   Copyright (C) 1992, 93, 94, 95, 1996 Free Software Foundation, Inc.
 #
 # 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
@@ -434,6 +434,9 @@ EOF
 		echo ns32k-sni-sysv
 	fi
 	exit 0 ;;
+    mc68*:A/UX:*:*)
+	echo m68k-apple-aux${UNAME_RELEASE}
+	exit 0 ;;
 esac
 
 #echo '(No uname command or uname output not recognized.)' 1>&2