[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Recognize riscv32be, and riscv64be
From: |
Nelson Chu |
Subject: |
Re: [PATCH] Recognize riscv32be, and riscv64be |
Date: |
Tue, 5 Jan 2021 11:15:44 +0800 |
Thanks for this!!
Nelson
On Tue, Jan 5, 2021 at 7:25 AM Dmitry V. Levin <ldv@altlinux.org> wrote:
>
> 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