mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-08 06:08:22 +12:00
Recognize the VideoCore 4 processor
This is supported in this GCC fork. [1] It has been packaged in Nixpkgs
since 2019. [2]
Their change to `config.sub` [3] is similar, but also includes a `vc4`
-> `vc4-unknown-elf` shorthand; I don't see any reasons to add any new
legacy 1-component short-hands, so I just skipped that part.
[1]: https://github.com/itszor/vc4-toolchain
[2]: https://github.com/NixOS/nixpkgs/pull/72657
[3]: 91278afabe
* config.sub (vc4-*): Recognize.
* testsuite/config-sub.data (vc4-unknown-none-elf): New entry.
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
This commit is contained in:

committed by
Dmitry V. Levin

parent
a9a369e97a
commit
d21518c6c8
@ -855,6 +855,7 @@ v850es v850es-unknown-none
|
||||
v850es-elf v850es-unknown-elf
|
||||
vax vax-dec-ultrix4.2
|
||||
vaxv vax-dec-sysv
|
||||
vc4-unknown-none-elf vc4-unknown-none-elf
|
||||
visium visium-unknown-none
|
||||
visium-elf visium-unknown-elf
|
||||
vms vax-dec-vms
|
||||
|
Reference in New Issue
Block a user