diff options
author | Kito Cheng <kito.cheng@gmail.com> | 2016-08-04 13:26:46 +0800 |
---|---|---|
committer | Palmer Dabbelt <palmer@dabbelt.com> | 2016-08-10 14:33:45 -0700 |
commit | 4910c5a4c515088c43f94e6a8190e149dad80b53 (patch) | |
tree | 330288d2d1a7a63015f94001e2bc0a5bb98533b6 /.gitmodules | |
parent | 4fbcb0a80438b34b1f0931da9a666a9ee89b8ec5 (diff) | |
download | riscv-gnu-toolchain-4910c5a4c515088c43f94e6a8190e149dad80b53.zip riscv-gnu-toolchain-4910c5a4c515088c43f94e6a8190e149dad80b53.tar.gz riscv-gnu-toolchain-4910c5a4c515088c43f94e6a8190e149dad80b53.tar.bz2 |
Add "check-gcc-newlib" to run the GCC test suite
This also adds a submodule pointer to the RISC-V DejaGnu port, which is
required to run the GCC test suite. The DejaGnu port only supports the
GDB simulator. A bunch of tests fail right now, but that's expected.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3b5f73e..291f242 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "riscv-glibc"] path = riscv-glibc url = ../riscv-glibc.git +[submodule "riscv-dejagnu"] + path = riscv-dejagnu + url = ../riscv-dejagnu.git |