Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-25 | Merge pull request #868 from riscv/jimw-gdb-gump2021.03.26 | Kito Cheng | 1 | -0/+0 | |
Bump gdb for ctf related build fix. | |||||
2021-03-24 | Bump gdb for ctf related build fix. | Jim Wilson | 1 | -0/+0 | |
2021-03-16 | Merge pull request #864 from scottj97/git-submodule-fix2021.03.17 | Kito Cheng | 1 | -2/+2 | |
Use `git rev-parse` to find .git dir | |||||
2021-03-13 | Use `git rev-parse` to find .git dir | Scott Johnson | 1 | -2/+2 | |
Otherwise, this code breaks if riscv-gnu-toolchain is itself a submodule of another project. In that case the git config for this tree will be $(srcdir)/../.git/modules/riscv-gnu-toolchain/config. | |||||
2021-03-05 | Remove travis-ci2021.03.06 | Kito Cheng | 2 | -75/+0 | |
2021-02-18 | Open summary file as UTF-8. | Kito Cheng | 1 | -1/+1 | |
- Summary file of gcc testsuite contain some UTF-8 char. | |||||
2021-02-17 | Sync-after-git-clone | Kito Cheng | 1 | -2/+3 | |
2021-01-25 | Remove trailing whitespace2021.01.26 | Kito Cheng | 1 | -1/+1 | |
2021-01-25 | Merge pull request #830 from kevinpark1217/master | Kito Cheng | 2 | -3/+184 | |
Automatic Nightly Release | |||||
2021-01-23 | Modify nightly-release.yaml like build.yaml | Kevin Park | 1 | -58/+21 | |
Add new precompile process for rv32/64-elf toolchain: @higuoxing | |||||
2021-01-23 | Nightly release action (details in commit description) | Kevin Park | 2 | -3/+221 | |
1. repository activity check 2. change to build.yaml 3. assets layout 4. matrix action build 5. run daily too & build on PR 6. upload all assets to release 7. Only run nightly | |||||
2021-01-18 | Merge pull request #822 from higuoxing/master | Kito Cheng | 1 | -117/+17 | |
[CI] Improve GitHub Action scripts. | |||||
2021-01-17 | [CI] Improve GitHub Action scripts. | Xing GUO | 1 | -117/+17 | |
This patch helps improve GitHub Action scripts. * Make CI happy again after d3dfbee69fc23d083384051d2c3a55da993a9110. * Simplify the logic of GH Action scripts using 'matrix'. * Add new precompile process for rv32/64-elf toolchain. | |||||
2021-01-07 | Merge pull request #816 from riscv/dev-doc | Kito Cheng | 1 | -0/+59 | |
Add doc for development | |||||
2021-01-07 | Add doc for development | Kito Cheng | 1 | -0/+59 | |
2021-01-05 | Merge pull request #813 from riscv/submodule-branch | Kito Cheng | 3 | -27/+66 | |
Automatically download sub-module on-demand and add branch info. | |||||
2021-01-05 | Do not use submodule --single-branch | Kito Cheng | 1 | -1/+1 | |
- It's too new to use, that require git 2.26+ | |||||
2021-01-04 | Update doc to suggest don't init submodule manually | Kito Cheng | 1 | -8/+3 | |
2021-01-04 | Download repo on demand | Kito Cheng | 1 | -19/+57 | |
- So that we can build and clone in parallel. | |||||
2021-01-04 | Specify branch info in .gitmodules | Kito Cheng | 1 | -0/+6 | |
2021-01-04 | Merge pull request #806 from ioannesKX/master | Kito Cheng | 1 | -6/+8 | |
Update README.md for clear instructions on multilib | |||||
2021-01-01 | Merge pull request #809 from riscv/fix-testing-with-multilib-config | Kito Cheng | 1 | -1/+1 | |
Fix testing when configure with --with-multilib-generator= | |||||
2020-12-31 | Fix testing when configure with --with-multilib-generator= | Kito Cheng | 1 | -1/+1 | |
- Current script will only handle first 2 items in `--with-multilib-generator=`. | |||||
2020-12-29 | Update README.md for clear instructions on multilib | ioannesKX | 1 | -6/+8 | |
The current README.md only explains how to use multilib on the Linux cross-compiler, but not on the Newlib one. This might create confusion as seen here https://github.com/riscv/riscv-tools/issues/287, or makes it seem like you can't multilib on Newlib. It's also the case that the multilib option is more common on embedded toolchains rather than on Linux, so I believe this small change on documentation should clear things up. | |||||
2020-12-24 | Merge pull request #802 from riscv/bump-newlib | Kito Cheng | 2 | -1/+1 | |
Bump and switch to using upstream repo for newlib | |||||
2020-12-23 | Using upstream newlib repo rather than github's one | Kito Cheng | 1 | -1/+1 | |
2020-12-21 | Bump newlib to 4.1.0 | Kito Cheng | 1 | -0/+0 | |
2020-12-10 | Merge pull request #792 from higuoxing/master | Jim Wilson | 1 | -1/+1 | |
Replace `build-essential` with `base-devel` in the installation guide for Arch Linux. | |||||
2020-12-03 | Merge pull request #794 from CARV-ICS-FORTH/musl-disable-libsanitizer | Jim Wilson | 1 | -0/+3 | |
Disable libsanitizer when building the musl-based toolchain | |||||
2020-12-04 | Disable libsanitizer when building the musl-based toolchain | Nick Kossifidis | 1 | -0/+3 | |
This allows building the musl-based toolchain again, tested with the latest stable version of musl-libc. | |||||
2020-12-02 | Merge pull request #793 from riscv/fix-spike | Jim Wilson | 1 | -2/+2 | |
Fix simulator dependency for spike | |||||
2020-12-02 | Fix simulator dependency for spike | Kito Cheng | 1 | -2/+2 | |
2020-12-01 | Replace `build-essential` with `base-devel` in Archlinux installation guide. | Xing GUO | 1 | -1/+1 | |
2020-12-01 | Merge pull request #791 from riscv/fix-always-rerun | Kito Cheng | 1 | -17/+18 | |
Fix always re-run testsuite issue | |||||
2020-11-30 | Fix always re-run testsuite issue | Kito Cheng | 1 | -17/+18 | |
- This issue is report by Nelson. - Don't using build-sim as dependency, it will cause the Make always rebuild. | |||||
2020-11-30 | Merge pull request #790 from kenta2/quote | Kito Cheng | 1 | -1/+1 | |
quote variable so that semicolons are not interpreted by the shell | |||||
2020-11-30 | Merge pull request #789 from kenta2/spelling | Kito Cheng | 1 | -4/+4 | |
fix spelling | |||||
2020-11-29 | fix spelling | Ken Takusagawa | 1 | -4/+4 | |
2020-11-29 | quote variable expansion so that semicolons are not interpreted by the shell | Ken Takusagawa | 1 | -1/+1 | |
2020-11-24 | Merge pull request #783 from riscv/jimw-bump-gcc | Jim Wilson | 1 | -0/+0 | |
Fix last gcc bump. | |||||
2020-11-24 | Fix last gcc bump. | Jim Wilson | 1 | -0/+0 | |
Commit ids changed on branch merge, so accidentally pointing at wrong commit id, on deleted branch. | |||||
2020-11-19 | Merge pull request #776 from riscv/jimw-bump-gdb-with-sim | Kito Cheng | 1 | -0/+0 | |
Bump gdb to FSF gdb 10.1, with our gdb sim patched in. | |||||
2020-11-17 | Bump gdb to FSF gdb 10.1, with our gdb sim patched in. | Jim Wilson | 1 | -0/+0 | |
2020-11-06 | Merge pull request #765 from riscv/bump-gcc | Kito Cheng | 5 | -4/+84 | |
Bump gcc and add option to configure multi-lib | |||||
2020-11-06 | Add --with-multilib-generator option | Kito Cheng | 4 | -4/+84 | |
2020-11-05 | Bump gcc | Kito Cheng | 1 | -0/+0 | |
Backport following patches from upstream: - RISC-V: Check multiletter extension has more than 1 letter - RISC-V: Add configure option: --with-multilib-generator to flexible config multi-lib settings. - RISC-V: Refine riscv_parse_arch_string - RISC-V: Extend syntax for the multilib-generator - RISC-V: Handle implied extension in multilib-generator - RISC-V: Add support for -mcpu option. - RISC-V: Define __riscv_cmodel_medany for PIC mode. | |||||
2020-11-05 | Merge pull request #761 from riscv/extra-sim | Kito Cheng | 6 | -29/+119 | |
Support spike as simulator to run gcc testsuite | |||||
2020-11-05 | Merge pull request #763 from AntonKrug/master | Kito Cheng | 1 | -0/+5 | |
Vagrant plugin check so it will not fail in the middle of provisioning | |||||
2020-11-04 | Vagrant plugin check so it will not fail in the middle of provisioning | Anton Krug | 1 | -0/+5 | |
2020-11-04 | Update doc for running testsuite with simulator other than qemu | Kito Cheng | 1 | -5/+11 | |