mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-06 21:28:21 +12:00
Recognize riscv32be and riscv64be
Recently RISC-V community got patches big-endian support for binutils, and we'd like to accept that, however before accepting that I think it would be better to upstream config.sub and config.guess change here :) It's my check result on Ubuntu 18.04: $ make check cd testsuite && bash config-guess.sh && rm uname PASS: config.guess checks (131 tests) cd testsuite && bash config-sub.sh PASS: config.sub checks (830 tests) PASS: config.sub idempotency checks (767 tests) PASS: config.sub canonicalise each config.guess testcase (131 tests) * config.guess (riscv32be:Linux:*:*, riscv64be:Linux:*:*): Recognize. * config.sub (riscv32be, riscv64be): Likewise. * doc/config.guess.1: Regenerate. * doc/config.sub.1: Likewise. * testsuite/config-guess.data: Add test cases for riscv32be, and riscv64be. * testsuite/config-sub.data (riscv32be, riscv64be): Add test cases. Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
This commit is contained in:

committed by
Dmitry V. Levin

parent
c8ddc8472f
commit
8e0c6ffd5c
@ -588,6 +588,17 @@ riscv64-company-elf riscv64-company-elf
|
||||
riscv64-elf riscv64-unknown-elf
|
||||
riscv64-hcos riscv64-unknown-hcos
|
||||
riscv64-linux riscv64-unknown-linux-gnu
|
||||
riscv32be riscv32be-unknown-none
|
||||
riscv32be-company-elf riscv32be-company-elf
|
||||
riscv32be-company-hcos riscv32be-company-hcos
|
||||
riscv32be-elf riscv32be-unknown-elf
|
||||
riscv32be-linux riscv32be-unknown-linux-gnu
|
||||
riscv64be riscv64be-unknown-none
|
||||
riscv64be-company-elf riscv64be-company-elf
|
||||
riscv64be-elf riscv64be-unknown-elf
|
||||
riscv64be-hcos riscv64be-unknown-hcos
|
||||
riscv64be-linux riscv64be-unknown-linux-gnu
|
||||
riscv64be-company-linux riscv64be-company-linux-gnu
|
||||
rl78 rl78-unknown-none
|
||||
rl78-linux rl78-unknown-linux-gnu
|
||||
roadrunner i386-sun-sunos4.0.2
|
||||
|
Reference in New Issue
Block a user