diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2020-07-14 06:29:56 -0700 |
---|---|---|
committer | Alistair Francis <alistair.francis@wdc.com> | 2020-08-27 08:17:44 -0700 |
commit | 389f6854eb43d892cca69f8b3bfaf813e0516127 (patch) | |
tree | 6b1b8e065d8c8d21cbff20816a4891a963ae4224 /README | |
parent | 72dfddeffcc993a726bdcbe5e515afa1180095e8 (diff) | |
download | glibc-389f6854eb43d892cca69f8b3bfaf813e0516127.tar glibc-389f6854eb43d892cca69f8b3bfaf813e0516127.tar.gz glibc-389f6854eb43d892cca69f8b3bfaf813e0516127.tar.bz2 glibc-389f6854eb43d892cca69f8b3bfaf813e0516127.zip |
Documentation for the RISC-V 32-bit port
There is already RISC-V 64-bit port information in the documentation.
Let's add some documentation entries for the RISC-V 32-bit as well.
Reviewed-by: Maciej W. Rozycki <macro@wdc.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ The GNU C Library supports these configurations for using Linux kernels: powerpc64*-*-linux-gnu Big-endian and little-endian. s390-*-linux-gnu s390x-*-linux-gnu + riscv32-*-linux-gnu riscv64-*-linux-gnu sh[34]-*-linux-gnu sparc*-*-linux-gnu |