Mercurial > emacs
changeset 16604:f3590f61b68d
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.
author | Thomas Bushnell, BSG <thomas@gnu.org> |
---|---|
date | Thu, 21 Nov 1996 21:43:48 +0000 |
parents | a12b8815bcf0 |
children | ce11cd8244f5 |
files | config.guess |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/config.guess Thu Nov 21 20:47:59 1996 +0000 +++ b/config.guess Thu Nov 21 21:43:48 1996 +0000 @@ -397,7 +397,7 @@ 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