config.guess [...]: Use a four-part configuration name for gnu so it can be distingui...
authorThomas Bushnell, n/BSG <thomas@gnu.org>
Thu, 21 Nov 1996 21:43:48 +0000 (21:43 +0000)
committerThomas Bushnell, n/BSG <thomas@gnu.org>
Thu, 21 Nov 1996 21:43:48 +0000 (21:43 +0000)
Thu Nov 21 16:42:41 1996  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>

* 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.

From-SVN: r13214

gcc/config.guess

index 85fb13ad18b9e971676ce411d145b1d8179b74f9..9b3e52aab48bfc4ec205810fde1cdfcc29dce34b 100755 (executable)
@@ -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