summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-10-03 05:48:44 +0000
committerRoland McGrath <roland@gnu.org>1994-10-03 05:48:44 +0000
commitf7508f96c0800763598b0bda843450c44e368f3b (patch)
tree62b718312e1009ffb0b817674da0c8d5ee9e281d
parent58c4576e78f541e17ce7fb2c28aa8f1717a34700 (diff)
Recognize GNU.
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index fc5b336a08..8358e6dd31 100755
--- a/config.guess
+++ b/config.guess
@@ -253,6 +253,9 @@ EOF
*:NetBSD:*:*)
echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
exit 0 ;;
+ *:GNU:*:*)
+ echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
+ exit 0 ;;
*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux
exit 0 ;;