- Nov 11, 2022
-
-
Christoph Müllner authored
Switch musl upstream URL from git:// to https://
-
Ivan Ganev authored
This was the only such upstream URL and it caused issues for anyone attempting to use it behind a proxy. Fixes #1155.
-
- Oct 10, 2022
-
-
Kito Cheng authored
docs: update AUR link on README.md
-
Kito Cheng authored
gitmodules: Fix tracking branch for GCC 12
-
Guilherme Salustiano authored
-
- Oct 08, 2022
-
-
Christoph Müllner authored
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>
-
- Sep 30, 2022
-
-
Kito Cheng authored
Makefile.in: Adjust permission error message
-
Christoph Müllner authored
We should not encourage people to call "sudo make". Let's drop that recommendation in case of permission errors. Signed-off-by:Christoph Müllner <christoph.muellner@vrull.eu>
-
- Sep 29, 2022
-
-
Kito Cheng authored
dejagnu: Bump version to 1.6.3
-
Christoph Müllner authored
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>
-
- Sep 28, 2022
-
-
Christoph Müllner authored
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>
-
- Sep 20, 2022
-
-
Jiawei authored
* Bump gcc branch to 12.2 release. * Adjust line style in allowlist
-
- Aug 25, 2022
-
-
Kito Cheng authored
Use https link instead of ssh
-
Shao-Ce SUN authored
-
- Aug 24, 2022
-
-
Kito Cheng authored
-
Kito Cheng authored
Update the riscv allowlist for gcc12.1-binutils 2.39
-
Jiawei authored
-
- Aug 18, 2022
-
-
Kito Cheng authored
Switch gcc to upstream and update binutils commits
-
Jiawei authored
-
- Aug 17, 2022
-
-
Kito Cheng authored
Switch binutils to upstream 2.39 branch and rename the folder name
-
Kito Cheng authored
-
- Aug 08, 2022
-
-
Kito Cheng authored
Update .gitmodules
-
wanlinwang authored
update url for qemu. Signed-off-by:wanlinwang <32032219+wanlinwang@users.noreply.github.com>
-
- Jun 21, 2022
-
-
Shao-Ce SUN authored
-
- Jun 09, 2022
-
-
Kito Cheng authored
Bump qemu to 7.0
-
- Jun 03, 2022
-
-
Kito Cheng authored
-
Kito Cheng authored
- Parse that from `--with-arch=` option
-
- Jun 02, 2022
-
-
Kito Cheng authored
Change default simulator from qemu to spike.
-
- May 23, 2022
-
-
Liaoshihua authored
-
- May 14, 2022
-
-
Kito Cheng authored
Allow users to build QEMU with system-mode emulation
-
- May 12, 2022
-
-
Palmer Dabbelt authored
Signed-off-by:Palmer Dabbelt <palmer@rivosinc.com>
-
Palmer Dabbelt authored
I'm trying to clean up some of my test scripts, and one issue is that I've got two QEMU builds: one for user-mode emulation and one for system-mode emulation. This adds an autoconf flag that allows me to avoid the duplication. Signed-off-by:Palmer Dabbelt <palmer@rivosinc.com>
-
Palmer Dabbelt authored
These got split up by my libsanitizer patch. Signed-off-by:Palmer Dabbelt <palmer@rivosinc.com>
-
- Apr 24, 2022
-
-
Shao-Ce SUN authored
-
- Apr 22, 2022
-
-
Kito Cheng authored
Add an "--enable-libsanitizer" configure-time argument
-
- Apr 21, 2022
-
-
Palmer Dabbelt authored
This lets users select whether or not to build libsanitizer, which currently does not support rv32 and thus can't be enabled by default. Signed-off-by:Palmer Dabbelt <palmer@rivosinc.com>
-
Kito Cheng authored
Rebuild configure file.
-
Jim Wilson authored
To finish #1059 and fix #1057.
-
Jim Wilson authored
fix spelling in configure script (toolchaih -> toolchain)
-
- Apr 20, 2022
-
-
Ken Takusagawa authored
-