This project is mirrored from https://github.com/riscv/riscv-gnu-toolchain.git.
Pull mirroring failed .
Last successful update .
Last successful update .
- 28 Apr, 2020 1 commit
-
-
Kito Cheng authored
-
- 08 Feb, 2020 1 commit
-
-
Jim Wilson authored
-
- 07 Feb, 2020 1 commit
-
-
Jim Wilson authored
Add a newlib nano copy of libm.
-
- 06 Feb, 2020 2 commits
-
-
Jim Wilson authored
[configure] fix unexpected operator line 3295
-
striker.sh authored
equality of two string is `=` not `==` see `test(1)`
-
- 05 Feb, 2020 1 commit
-
-
Jim Wilson authored
The gamma functions use the reentrant structure which changes size in newlib nano, so we need a nano specific copy of libm.a to go with libc.a.
-
- 29 Jan, 2020 3 commits
-
-
Jim Wilson authored
Added python3 to Ubuntu prerequisites.
-
René Fonseca authored
-
René Fonseca authored
-
- 21 Jan, 2020 1 commit
-
-
Kito Cheng authored
Bump newlib to 3.2.0
-
- 20 Jan, 2020 1 commit
-
-
Kito Cheng authored
-
- 08 Jan, 2020 1 commit
-
-
Jim Wilson authored
Fix non-portable operator in shell conditional
-
- 03 Jan, 2020 1 commit
-
-
Albert Ou authored
Use = to compare strings with the test builtin command instead of ==, which is non-standard and sometimes unsupported by stricter POSIX shells (e.g., dash as /bin/sh).
-
- 03 Dec, 2019 2 commits
-
-
Kito Cheng authored
Add a pr69728 optimization success to the whitelist
-
Palmer Dabbelt authored
I'm not sure what's going on here, but as far as I can tell we're optimizing this while the test suite thinks we shouldn't be able to. Signed-off-by:
Palmer Dabbelt <palmerdabbelt@google.com>
-
- 07 Nov, 2019 1 commit
-
-
Jim Wilson authored
Don't enable gcc checking by default.
-
- 06 Nov, 2019 1 commit
-
-
Jim Wilson authored
Also, support all gcc checking options instead of just yes and release. Also, fix copy-and-paste error in cmodel support refering to gcc checking.
-
- 05 Nov, 2019 2 commits
-
-
Jim Wilson authored
Bump gcc to include fix for issue #530.
-
Jim Wilson authored
Add configure options to set target C and C++ compiler flags.
-
- 02 Nov, 2019 2 commits
-
-
Jim Wilson authored
-
Jim Wilson authored
This is a partial fix for pull request #530, allowing people to use -mno-fdiv for library compiles.
-
- 01 Nov, 2019 1 commit
-
-
Jim Wilson authored
Document Software Collection devtools package for Centos and RHEL.
-
- 24 Oct, 2019 4 commits
-
-
Jim Wilson authored
-
Kito Cheng authored
Bump gcc to including fix for PR91860
-
Jim Wilson authored
Add a Vagrantfile contributed by Dylan McNamee.
-
Kito Cheng authored
-
- 21 Oct, 2019 1 commit
-
-
Jim Wilson authored
-
- 18 Oct, 2019 1 commit
-
-
Kito Cheng authored
Use items rather than iteritems for python 3 compatible
-
- 17 Oct, 2019 3 commits
-
-
Kito Cheng authored
-
Kito Cheng authored
Add macos to travis-ci
-
Jim Wilson authored
-
- 03 Oct, 2019 2 commits
-
-
Kito Cheng authored
-
Kito Cheng authored
Bump gcc
-
- 01 Oct, 2019 1 commit
-
-
Kito Cheng authored
Backport following patches: - RISC-V: Fix bad insn splits with paradoxical subregs. - RISC-V: Fix more splitters accidentally calling gen_reg_rtx. - Fix for PR rtl-optimization/89795
-
- 30 Sep, 2019 1 commit
-
-
Kito Cheng authored
Fix default LINUX_HEADERS_SRCDIR path
-
- 29 Sep, 2019 1 commit
-
-
Albert Ou authored
The --with-headers argument must point to the `include' subdirectory.
-
- 28 Sep, 2019 2 commits
-
-
Kito Cheng authored
Add option to specify source tree of each component
-
Kito Cheng authored
Fix portability issues
-
- 27 Sep, 2019 2 commits
-
-
Kito Cheng authored
-
Albert Ou authored
Some implementations of rm(1) are stricter about the ordering of option and non-option arguments as specified in POSIX.
-