Thanks to Urs Janßen.

* config.guess (mips:*:*:UMIPS | mips:*:*:RISCos): Fix typo.
This commit is contained in:
Ben Elliston 2017-11-07 19:41:08 +11:00
parent 3e66531146
commit 64198f12d8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-11-07 Ben Elliston <bje@gnu.org>
Thanks to Urs Janßen.
* config.guess (mips:*:*:UMIPS | mips:*:*:RISCos): Fix typo.
2017-11-07 Ben Elliston <bje@gnu.org>
Reported by Nelson H. F. Beebe:

2
config.guess vendored
View File

@ -482,7 +482,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
#endif
#if defined (host_mips) && defined (MIPSEB)
#if defined (SYSTYPE_SYSV)
printf ("mips-mips-risco0s%ssysv\\n", argv[1]); exit (0);
printf ("mips-mips-riscos%ssysv\\n", argv[1]); exit (0);
#endif
#if defined (SYSTYPE_SVR4)
printf ("mips-mips-riscos%ssvr4\\n", argv[1]); exit (0);