aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
AgeCommit message (Collapse)AuthorFilesLines
2022-04-11Merge pull request #1032 from florianhofhammer/feature/update-submodulesKito Cheng1-4/+8
Rename glibc, newlib submodules and add musl submodule
2022-03-23Bump binutils to 2.38 releaseVineet Gupta1-1/+1
Signed-off-by: Vineet Gupta <vineetg@rivosinc.com>
2022-02-24Add musl libc submoduleFlorian Hofhammer1-0/+4
Since musl is already incorporated into the build system (see for example configure.ac, Makefile.in), this patch adds a submodule for musl based on the current v1.2.2 release. The GitHub Actions configurations have also been updated to include the musl based toolchain. Signed-off-by: Florian Hofhammer <florian.hofhammer@fhofhammer.de>
2022-02-24Update glibc and newlib pathsFlorian Hofhammer1-4/+4
Both the glibc and newlib submodules are already pointing to the upstream repositories where development happens. Since they are therefore not referring to RISC-V specific forks, this patch unifies the directory naming by only prepending the "riscv-" prefix to submodules that point to repositories in the riscv-collab Github organization. Signed-off-by: Florian Hofhammer <florian.hofhammer@fhofhammer.de>
2021-09-09Fix submodule URLsKito Cheng1-4/+4
2021-04-21Bump Binutils to 2.36.1Christoph Muellner1-1/+1
Signed-off-by: Christoph Muellner <cmuellner@linux.com>
2021-04-01Using FSF repo for glibcKito Cheng1-2/+1
2021-01-04Specify branch info in .gitmodulesKito Cheng1-0/+6
2020-12-23Using upstream newlib repo rather than github's oneKito Cheng1-1/+1
2019-07-04Use upstream qemu.Jim Wilson1-3/+3
Drop riscv-qemu, add upstream qemu, and fix one Makefile reference.
2018-08-22Update submodule path for qemuStefan Wallentowitz1-1/+1
Adopt the path of qemu to relative paths too.
2018-06-22Split the binutils and GDB buildsPalmer Dabbelt1-2/+5
Binutils and GDB are kept in the same repository but follow seperate relaese streams. We've been release GDB versions based on binutils tags, but this is the wrong thing to do and has caused multiple headaches related to our out-of-tree GDB port. This patch splits the binutils and GDB submodules, but doesn't actually change the versions.
2017-08-20Automate building QEMUPalmer Dabbelt1-0/+3
We need QEMU to run the test suite. This patch automates the build so I don't need to keep remembering how to do it by hand.
2016-12-05Move newlib to a submodulePalmer Dabbelt1-0/+3
2016-08-10Add "check-gcc-newlib" to run the GCC test suiteKito Cheng1-0/+3
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.
2016-08-08Use a relative submodule URL for riscv-glibcPalmer Dabbelt1-1/+1
2016-07-11Move to submodules for GCC, glibcPalmer Dabbelt1-0/+6
2016-05-31Start tracking binutils as a submodulePalmer Dabbelt1-0/+3
As we prepare binutils for upstreaming we want to start closely tracking upstream changes. There's a riscv-binutils-gdb repository that contains the binutils port, and I want to centralize all the development there. This commit uses that repository instead of the patches that used to live here, so we're less likely to lose patches.