mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
(*:GNU:*:*):
The machine/subtype separator printed by uname -m is now `-', not '/'.
This commit is contained in:
parent
467ff69234
commit
96cdf226f1
1 changed files with 1 additions and 1 deletions
2
config.guess
vendored
2
config.guess
vendored
|
|
@ -400,7 +400,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`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
|
||||
exit 0 ;;
|
||||
*:Linux:*:*)
|
||||
# The BFD linker knows what the default object file format is, so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue