* config.guess (pc:*:*:*): Comment tweak.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
Pavel Janík 2015-10-21 15:05:21 +11:00 committed by Ben Elliston
parent 869aecc8c8
commit 1e80063123
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2015-10-21 Pavel Janík <pavel@janik.cz>
* config.guess (pc:*:*:*): Comment tweak.
2015-09-14 Ben Elliston <bje@gnu.org> 2015-09-14 Ben Elliston <bje@gnu.org>
Reported by Jan Stypka <jasieek@student.agh.edu.pl>. Reported by Jan Stypka <jasieek@student.agh.edu.pl>.
@ -411,7 +415,7 @@
2012-02-14 Marcus Shawcroft <marcus.shawcroft@arm.com> 2012-02-14 Marcus Shawcroft <marcus.shawcroft@arm.com>
* config.guess (aarch64:Linux:*:*, aarch64_be:Linux:*:*): New. * config.guess (aarch64:Linux:*:*, aarch64_be:Linux:*:*): New.
* config.sub (aarch64-*, aarch64_be-*): New. * config.sub (aarch64-*, aarch64_be-*): New.
* testsuite/config-sub.data: Add aarch64-elf, aarch64-linux * testsuite/config-sub.data: Add aarch64-elf, aarch64-linux
aarch64-unknown-elf, aarch64-unknown-linux, aarch64_be-elf, aarch64-unknown-elf, aarch64-unknown-linux, aarch64_be-elf,

4
config.guess vendored
View File

@ -2,7 +2,7 @@
# Attempt to guess a canonical system name. # Attempt to guess a canonical system name.
# Copyright 1992-2015 Free Software Foundation, Inc. # 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 # 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 # 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 # uname -m prints for DJGPP always 'pc', but it prints nothing about
# the processor, so we play safe by assuming i586. # the processor, so we play safe by assuming i586.
# Note: whatever this is, it MUST be the same as what config.sub # 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. # this is a cross-build.
echo i586-pc-msdosdjgpp echo i586-pc-msdosdjgpp
exit ;; exit ;;