diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2016-08-05 12:46:13 -0700 |
---|---|---|
committer | Palmer Dabbelt <palmer@dabbelt.com> | 2016-08-10 14:33:45 -0700 |
commit | 099256450f9b55e03cfa5e5a84c10fb67772963e (patch) | |
tree | 0573d5d8db76f746b46d1975cc0e51726d2f5a60 /README.md | |
parent | 4910c5a4c515088c43f94e6a8190e149dad80b53 (diff) | |
download | riscv-gnu-toolchain-099256450f9b55e03cfa5e5a84c10fb67772963e.zip riscv-gnu-toolchain-099256450f9b55e03cfa5e5a84c10fb67772963e.tar.gz riscv-gnu-toolchain-099256450f9b55e03cfa5e5a84c10fb67772963e.tar.bz2 |
Add a README blurb about the GCC test suite
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -79,3 +79,12 @@ rather than the usual prefix (riscv32-... or riscv64-...). There are a number of additional options that may be passed to configure. See './configure --help' for more details. + +### Test Suite + +The DejaGnu test suite has been ported to RISC-V. This currently only runs in +the GDB simulator, which doesn't support floating-point or Linux/glibc. To +test GCC, run the following commands: + + ./configure --prefix=$RISCV --disable-float --disable-linux + make check-gcc-newlib |