diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-09 01:22:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-09 01:22:12 +0000 |
commit | 9b75042297a6d1c54a6fe527c5565b2862a979b0 (patch) | |
tree | e1a05701b81b619fc6ad7381cd6f520b0928fe0a /Build/source/build-aux | |
parent | 8c7c83f54fcb2843fa082865c11181c2512d04c3 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@45721 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/build-aux')
-rwxr-xr-x | Build/source/build-aux/config.guess | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/build-aux/config.guess b/Build/source/build-aux/config.guess index 81fd8cbf0e4..31e01efec3e 100755 --- a/Build/source/build-aux/config.guess +++ b/Build/source/build-aux/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2017-11-04' +timestamp='2017-11-07' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -244,6 +244,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} exit ;; + *:MidnightBSD:*:*) + echo ${UNAME_MACHINE}-unknown-midnightbsd${UNAME_RELEASE} + exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; @@ -479,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); |