diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 1996-01-31 19:10:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 1996-01-31 19:10:52 +0000 |
commit | ceb30baaa16812ff9ca4fd5f35a25063ad675b40 (patch) | |
tree | b3b4cb3d599d94904a07871ff0604c9005240cc3 | |
parent | aacd9b3f6f112599245209fc2f022810279250ed (diff) | |
download | gcc-ceb30baaa16812ff9ca4fd5f35a25063ad675b40.zip gcc-ceb30baaa16812ff9ca4fd5f35a25063ad675b40.tar.gz gcc-ceb30baaa16812ff9ca4fd5f35a25063ad675b40.tar.bz2 |
Recognize A/UX
From-SVN: r11141
-rwxr-xr-x | gcc/config.guess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config.guess b/gcc/config.guess index 2532999..af106b2 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 |