diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2017-12-26 20:55:44 -0800 |
---|---|---|
committer | Palmer Dabbelt <palmer@dabbelt.com> | 2018-01-29 10:22:26 -0800 |
commit | 40ca951bdb804bc42c0e1b06c20a48da98667e03 (patch) | |
tree | 7eed5a73355741ee0b262d7afacfb4e65011ab6b /README | |
parent | 532cf290d023487b141b9369f29cd780ec93ac8b (diff) | |
download | glibc-40ca951bdb804bc42c0e1b06c20a48da98667e03.tar.gz glibc-40ca951bdb804bc42c0e1b06c20a48da98667e03.tar.xz glibc-40ca951bdb804bc42c0e1b06c20a48da98667e03.zip |
Skeleton documentation for the RISC-V port
During the upstreaming process it was suggested that I add a handful of small documentation entries about the RISC-V port, which I've collected here. 2018-01-29 Palmer Dabbelt <palmer@sifive.com> * manual/math.texi: RISC-V supports _Float128 and _Float64x.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README index c7578265f8..d763393f3c 100644 --- a/README +++ b/README @@ -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 + riscv64-*-linux-gnu sh[34]-*-linux-gnu sparc*-*-linux-gnu sparc64*-*-linux-gnu |