From: Roland McGrath Date: Mon, 3 Oct 1994 05:48:44 +0000 (+0000) Subject: Recognize GNU. X-Git-Tag: fsf-origin~415 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=354224c6384f9c534dbb88b25494dc3412e9536f;p=thirdparty%2Fautoconf.git Recognize GNU. --- diff --git a/config.guess b/config.guess index fc5b336a0..8358e6dd3 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 ;;