[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Recognize riscv32be, and riscv64be
From: |
Dmitry V. Levin |
Subject: |
Re: [PATCH] Recognize riscv32be, and riscv64be |
Date: |
Tue, 5 Jan 2021 02:25:38 +0300 |
On Thu, Dec 31, 2020 at 03:27:52PM +0800, Kito Cheng wrote:
> Recently RISC-V community got patches big-endian support for binutils,
> and we'd like to accept that, however before accept 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.
> ---
> config.guess | 4 ++--
> config.sub | 4 ++--
> doc/config.guess.1 | 2 +-
> doc/config.sub.1 | 2 +-
> testsuite/config-guess.data | 2 ++
> testsuite/config-sub.data | 11 +++++++++++
> 6 files changed, 19 insertions(+), 6 deletions(-)
Applied, thanks.
--
ldv
- Re: [PATCH] Recognize riscv32be, and riscv64be,
Dmitry V. Levin <=