* config.sub (case $cpu): Whitespace fix.

This commit is contained in:
Ben Elliston 2020-07-10 16:01:38 +10:00
parent 3c20dd431e
commit b2969c6e71
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2020-07-10 Ben Elliston <bje@gnu.org>
* config.sub (case $cpu): Whitespace fix.
2020-07-10 Keno Fischer <keno@juliacomputing.com> 2020-07-10 Keno Fischer <keno@juliacomputing.com>
* config.sub (arm64-*): Canonicalise to aarch64-*. * config.sub (arm64-*): Canonicalise to aarch64-*.

4
config.sub vendored
View File

@ -2,7 +2,7 @@
# Configuration validation subroutine script. # Configuration validation subroutine script.
# Copyright 1992-2020 Free Software Foundation, Inc. # Copyright 1992-2020 Free Software Foundation, Inc.
timestamp='2020-06-28' timestamp='2020-07-10'
# 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
@ -1166,7 +1166,7 @@ case $cpu-$vendor in
| am33_2.0 \ | am33_2.0 \
| amdgcn \ | amdgcn \
| arc | arceb \ | arc | arceb \
| arm | arm[lb]e | arme[lb] | armv* \ | arm | arm[lb]e | arme[lb] | armv* \
| avr | avr32 \ | avr | avr32 \
| asmjs \ | asmjs \
| ba \ | ba \