aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
AgeCommit message (Collapse)AuthorFilesLines
2024-02-01gdb: Bump version from 13.2 to 14.12024.02.02Christoph Müllner1-1/+1
Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
2024-02-01Bump binutils to v2.42 releaseChristoph Müllner1-1/+1
Testing result (rv64): ``` ========= Summary of gcc testsuite ========= | # of unexpected case / # of unique unexpected case | gcc | g++ | gfortran | rv64gc/ lp64d/ medlow | 0 / 0 | 0 / 0 | 0 / 0 | ``` Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
2023-11-28Bump binutils to the true v2.41 releaseTsukasa OI1-1/+1
Due to multiple accidents while releasing GNU Binutils, version 2.41, there are multiple tags that are broken. The true commit representing the version 2.41 of GNU Binutils is the head of `binutils-2_41-release-point` branch. This commit partially reverts commit c7853bf388ff7ce7b67171302956ce78068d2342.
2023-10-12Bump LLVM to 17.0.2Christoph Müllner1-1/+1
This commit bumps LLVM from 16.0.5 to 17.0.2. Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
2023-10-11Bump GDB to 13.2Christoph Müllner1-1/+1
This commit bumps GDB from 12.1 to 13.2. Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
2023-10-11gitmodules: Drop dejagnu tracking branchChristoph Müllner1-1/+1
We recently moved Dejagnu to the upstream master branch's top commit. Therefore there is no need to set a tracking branch to 'dejagnu-1.6.3'. Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
2023-10-10Bump GCC to 13.2.0Christoph Müllner1-1/+1
This commit bumps GCC from 12.2.0 to 13.2.0 and adjusts the allowlist accordingly (for glibc and newlib multilib builds). Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
2023-06-01Enable riscv llvm & qemu build flowAlex Chiang1-1/+1
Update readme about llvm & qemu examples Co-authored-by: Kito Cheng <kito.cheng@sifive.com>
2023-05-17llvm: Add new submoduleChristoph Müllner1-0/+4
This patch adds a submodule for llvm. Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
2022-11-10Switch musl upstream URL from git:// to https://Ivan Ganev1-1/+1
This was the only such upstream URL and it caused issues for anyone attempting to use it behind a proxy. Fixes #1155.
2022-10-07gitmodules: Fix tracking branch for GCC 12Christoph Müllner1-1/+1
A recent commit bumped the GCC version to 12.2, but adjusting the tracking branch in .gitmodules was forgotten. Let's fix this and set the tracking branch to gcc-12 (note, that there are no release branches for minor version releases). Reported-by: Tommy Murphy <tommy_murphy@hotmail.com> Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
2022-09-29Merge pull request #1133 from cmuellner/upstream-dejagnuKito Cheng1-4/+4
dejagnu: Bump version to 1.6.3
2022-09-29gdb: Bump GDB version to 12.1 (#1132)Christoph Müllner1-4/+4
GDB still defaults to 10.1 from the (already archived) riscv-binutils-gdb repo. Let's bump the version to 12.1 and use the upstream git repo instead. Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu> Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
2022-09-28dejagnu: Bump version to 1.6.3Christoph Müllner1-4/+4
dejagnu still defaults to 1.6 from the (already archived) riscv-dejagnu repo. Let's bump the version to 1.6.3 and use the upstream git repo instead. Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
2022-08-25Merge branch 'riscv-collab:master' into masterShao-Ce SUN1-9/+9
2022-08-24Fix .gitmodules info for gcc2022.08.25Kito Cheng1-1/+1
2022-08-18Switch gcc to upstream and update binutils commitsJiawei1-3/+3
2022-08-17Switch binutils to upstream 2.39 branchKito Cheng1-4/+4
2022-08-08Update .gitmoduleswanlinwang1-1/+1
update url for qemu. Signed-off-by: wanlinwang <32032219+wanlinwang@users.noreply.github.com>
2022-06-21Merge branch 'riscv-collab:master' into masterShao-Ce SUN1-0/+8
2022-05-23Add option '--with-sim' to set simulatorLiaoshihua1-0/+8
2022-04-24replece ssh with httpsShao-Ce SUN1-2/+2
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.