From: Thomas Bushnell, BSG Date: Thu, 21 Nov 1996 21:43:48 +0000 (+0000) Subject: Thu Nov 21 16:42:41 1996 Thomas Bushnell, n/BSG X-Git-Tag: fsf-origin~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1f1b96564826026f9acb3431b62a48c36786f76;p=thirdparty%2Fautoconf.git Thu Nov 21 16:42:41 1996 Thomas Bushnell, n/BSG * config.guess [UNAME_SYSTEM == GNU]: Use a four-part configuration name for gnu so it can be distinguished from foo-foo-linux-gnu with simple globbing patterns. --- diff --git a/config.guess b/config.guess index 85fb13ad..9b3e52aa 100755 --- a/config.guess +++ b/config.guess @@ -397,7 +397,7 @@ EOF echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit 0 ;; *:GNU:*:*) - echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit 0 ;; *:Linux:*:*) # The BFD linker knows what the default object file format is, so