summaryrefslogtreecommitdiffstats
path: root/gcc/config.guess
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>1996-01-31 19:10:52 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>1996-01-31 19:10:52 +0000
commit8cc9aa904fdae2c694c339d4c5e026774056ce88 (patch)
treeb3b4cb3d599d94904a07871ff0604c9005240cc3 /gcc/config.guess
parent1881127141d970e55c3d704419144279f6ace9e8 (diff)
downloadppe42-gcc-8cc9aa904fdae2c694c339d4c5e026774056ce88.tar.gz
ppe42-gcc-8cc9aa904fdae2c694c339d4c5e026774056ce88.zip
Recognize A/UX
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11141 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.guess')
-rwxr-xr-xgcc/config.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config.guess b/gcc/config.guess
index 2532999b835..af106b2f8a1 100755
--- a/gcc/config.guess
+++ b/gcc/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
OpenPOWER on IntegriCloud