aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2016-08-05 12:46:13 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2016-08-10 14:33:45 -0700
commit099256450f9b55e03cfa5e5a84c10fb67772963e (patch)
tree0573d5d8db76f746b46d1975cc0e51726d2f5a60 /README.md
parent4910c5a4c515088c43f94e6a8190e149dad80b53 (diff)
downloadriscv-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.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 12b8d04..e194f2c 100644
--- a/README.md
+++ b/README.md
@@ -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