From: Thomas Bushnell, n/BSG Date: Thu, 21 Nov 1996 21:43:48 +0000 (+0000) Subject: config.guess [...]: Use a four-part configuration name for gnu so it can be distingui... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f8d007ecc47b6b70e13d13dfe1e07ad30c4bcdc;p=gcc.git config.guess [...]: Use a four-part configuration name for gnu so it can be distinguished from... 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. From-SVN: r13214 --- diff --git a/gcc/config.guess b/gcc/config.guess index 85fb13ad18b..9b3e52aab48 100755 --- a/gcc/config.guess +++ b/gcc/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