aboutsummaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-31 06:35:37 +0000
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-31 06:35:37 +0000
commit79af057d0503aeecb56ddeae26260560c61f091e (patch)
tree7c879a0c9f2d48095cfe339e67a6550b525f5890 /config.guess
parentdf2e923ec9eda9e8d469fb453708dc6798b90b30 (diff)
2001-08-30 Eric Christopher <echristo@redhat.com>
Jason Eckhardt <jle@redhat.com> * config.guess: Merge from master sources. * config.sub: Merge from master sources, add support for mipsisa32. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45310 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 3110b9a9bd4..1e2f91fb09d 100755
--- a/config.guess
+++ b/config.guess
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
-timestamp='2001-08-09'
+timestamp='2001-08-23'
# 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
@@ -333,6 +333,9 @@ EOF
aushp:SunOS:*:*)
echo sparc-auspex-sunos${UNAME_RELEASE}
exit 0 ;;
+ sparc*:NetBSD:*)
+ echo `uname -p`-unknown-netbsd${UNAME_RELEASE}
+ exit 0 ;;
atari*:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
@@ -1111,6 +1114,9 @@ EOF
i*86:XTS-300:*:STOP)
echo ${UNAME_MACHINE}-unknown-stop
exit 0 ;;
+ i*86:atheos:*:*)
+ echo ${UNAME_MACHINE}-unknown-atheos
+ exit 0 ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2