diff --git a/ChangeLog b/ChangeLog index c7ea380..47729b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-10-21 Pavel Janík + + * config.guess (pc:*:*:*): Comment tweak. + 2015-09-14 Ben Elliston Reported by Jan Stypka . @@ -411,7 +415,7 @@ 2012-02-14 Marcus Shawcroft - * config.guess (aarch64:Linux:*:*, aarch64_be:Linux:*:*): New. + * config.guess (aarch64:Linux:*:*, aarch64_be:Linux:*:*): New. * config.sub (aarch64-*, aarch64_be-*): New. * testsuite/config-sub.data: Add aarch64-elf, aarch64-linux aarch64-unknown-elf, aarch64-unknown-linux, aarch64_be-elf, diff --git a/config.guess b/config.guess index 3c022c5..b3f9053 100755 --- a/config.guess +++ b/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2015 Free Software Foundation, Inc. -timestamp='2015-09-14' +timestamp='2015-10-21' # 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 @@ -1123,7 +1123,7 @@ EOF # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub - # prints for the "djgpp" host, or else GDB configury will decide that + # prints for the "djgpp" host, or else GDB configure will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;;