mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
config.sub: recognize thumbv7*
* config.sub (thumbv7*): Recognize. * testsuite/config-sub.data (thumbv7): New test. Reported-by: Karl Berry <karl@freefriends.org> Link: https://lists.gnu.org/archive/html/config-patches/2020-12/msg00001.html
This commit is contained in:
parent
888c8e3d5f
commit
90b8cb42ba
@ -1,3 +1,8 @@
|
|||||||
|
2020-12-02 Dmitry V. Levin <ldv@altlinux.org>
|
||||||
|
|
||||||
|
* config.sub (thumbv7*): Recognize.
|
||||||
|
* testsuite/config-sub.data (thumbv7): New test.
|
||||||
|
|
||||||
2020-11-19 Dmitry V. Levin <ldv@altlinux.org>
|
2020-11-19 Dmitry V. Levin <ldv@altlinux.org>
|
||||||
|
|
||||||
* config.guess: Prefer cgit URLs over gitweb.
|
* config.guess: Prefer cgit URLs over gitweb.
|
||||||
|
3
config.sub
vendored
3
config.sub
vendored
@ -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-11-19'
|
timestamp='2020-12-02'
|
||||||
|
|
||||||
# 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
|
||||||
@ -1241,6 +1241,7 @@ case $cpu-$vendor in
|
|||||||
| sparcv8 | sparcv9 | sparcv9b | sparcv9v | sv1 | sx* \
|
| sparcv8 | sparcv9 | sparcv9b | sparcv9v | sv1 | sx* \
|
||||||
| spu \
|
| spu \
|
||||||
| tahoe \
|
| tahoe \
|
||||||
|
| thumbv7* \
|
||||||
| tic30 | tic4x | tic54x | tic55x | tic6x | tic80 \
|
| tic30 | tic4x | tic54x | tic55x | tic6x | tic80 \
|
||||||
| tron \
|
| tron \
|
||||||
| ubicom32 \
|
| ubicom32 \
|
||||||
|
@ -697,6 +697,7 @@ t90 t90-cray-unicos
|
|||||||
tahoe tahoe-unknown-none
|
tahoe tahoe-unknown-none
|
||||||
thumb arm-unknown-none
|
thumb arm-unknown-none
|
||||||
thumb-none-elf arm-none-elf
|
thumb-none-elf arm-none-elf
|
||||||
|
thumbv7 thumbv7-unknown-none
|
||||||
tic4x tic4x-unknown-coff
|
tic4x tic4x-unknown-coff
|
||||||
tic54x-coff tic54x-unknown-coff
|
tic54x-coff tic54x-unknown-coff
|
||||||
tic54x-none-coff tic54x-none-coff
|
tic54x-none-coff tic54x-none-coff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user