mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
Thanks to Urs Janßen.
* config.guess (mips:*:*:UMIPS | mips:*:*:RISCos): Fix typo.
This commit is contained in:
parent
3e66531146
commit
64198f12d8
@ -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
2
config.guess
vendored
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user