aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1995-12-11 16:47:21 -0800
committerPer Bothner <bothner@gcc.gnu.org>1995-12-11 16:47:21 -0800
commitc7b11bf8ee3107b0eb0482b41caf7cad441e9fe4 (patch)
treec1d88cbe7abd676825ef6b94698313b3655cba97 /gcc
parent4d996755f670b62669557b88b49c0e0c917e4c95 (diff)
downloadgcc-c7b11bf8ee3107b0eb0482b41caf7cad441e9fe4.zip
gcc-c7b11bf8ee3107b0eb0482b41caf7cad441e9fe4.tar.gz
gcc-c7b11bf8ee3107b0eb0482b41caf7cad441e9fe4.tar.bz2
(powerpc-harris-powerunix): Add guess for port to new target.
From-SVN: r10700
Diffstat (limited to 'gcc')
-rwxr-xr-xgcc/config.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.guess b/gcc/config.guess
index 93b974d..f840201 100755
--- a/gcc/config.guess
+++ b/gcc/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 ;;