summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
author <Thomas>1996-11-21 21:43:48 +0000
committer <Thomas>1996-11-21 21:43:48 +0000
commitdd17bafcae829d6420d099e169bbbcec2cdd6cf6 (patch)
tree3c69f45ff7f4936e48466ef454ecd714ad4b66ab /config.guess
parent196777f3d8e32cc243ade0f8e5bf7d653da78ef4 (diff)
downloademacs-dd17bafcae829d6420d099e169bbbcec2cdd6cf6.tar.gz
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.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 85fb13ad18b..9b3e52aab48 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