aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-05-09Merge remote-tracking branch 'origin/rvv-intrinsic' into __archive____archive__Kito Cheng0-0/+0
2022-05-09Merge remote-tracking branch 'origin/sync-after-git-clone' into __archive__Kito Cheng0-0/+0
2022-05-09Merge remote-tracking branch 'origin/basic-rvv' into __archive__Kito Cheng0-0/+0
2022-05-09Merge remote-tracking branch 'origin/rvv-0.9-zfh' into __archive__Kito Cheng0-0/+0
2022-05-09Merge remote-tracking branch 'origin/rvv-0.9.x' into __archive__Kito Cheng0-0/+0
2022-05-09Merge remote-tracking branch 'origin/rvv-0.8.x' into __archive__Kito Cheng0-0/+0
2022-05-09Merge remote-tracking branch 'origin/rvv-0.7.x' into __archive__Kito Cheng0-0/+0
2022-05-09Merge remote-tracking branch 'origin/rvv-0.7.1' into __archive__Kito Cheng0-0/+0
2021-11-23Bump gcc and binutils for rvvKito Cheng2-0/+0
2021-09-20Merge pull request #963 from sickcodes/sickcodes-patch-12021.09.21Jim Wilson1-0/+2
Add AUR link: https://aur.archlinux.org/packages/riscv-gnu-toolchain
2021-09-20Add AUR link: ↵sickcodes1-0/+2
[https://aur.archlinux.org/packages/riscv-gnu-toolchain/](https://aur.archlinux.org/packages/riscv-gnu-toolchain/) Added: Also available for Arch users on the AUR: [https://aur.archlinux.org/packages/riscv-gnu-toolchain/](https://aur.archlinux.org/packages/riscv-gnu-toolchain/)
2021-09-15Merge pull request #960 from cmuellner/build-libc-deps2021.09.16Kito Cheng1-1/+1
Fix typo in build-libc dependencies
2021-09-15Fix typo in build-libc dependenciesChristoph Muellner1-1/+1
The variable MULTLIB_NAMES does not exist but is used when generating the dependencies for the target build-libc for glibc. Even when adding the missing 'I' (for MULTILIB_NAMES) there is still no variable with this name. So the whole dependency generation is useless, becauese it was not needed so far. Looking into detail why it is so, we can find the answer in the dependency list of the target 'stamps/build-gcc-linux-stage2'. Let's fix this by setting the dependencies for build-libc right. The dependencies for 'stamps/build-gcc-linux-stage2' stay as they are not wrong. Fixes: 3456b66f69 ("Add a "make report" phony target") Signed-off-by: Christoph Muellner <cmuellner@linux.com>
2021-09-09Merge pull request #959 from riscv-software-src/fix-repo-url2021.09.10Kito Cheng1-4/+4
Fix submodule URLs
2021-09-09Fix submodule URLsKito Cheng1-4/+4
2021-08-10Merge pull request #937 from Nelson1225/master2021.08.11Jim Wilson1-0/+0
Bump binutils to 2.37 release.
2021-08-10Bump binutils to 2.37 release.Nelson Chu1-0/+0
2021-08-06Merge pull request #934 from bradjc/patch-12021.08.07Kito Cheng1-0/+2
Add flock to OS X dependencies
2021-08-05add flock to OS X dependenciesBrad Campbell1-0/+2
2021-06-25Merge pull request #918 from riscv/bump-gcc2021.06.26Kito Cheng5-9/+24
Bump gcc to 11.1
2021-06-23Bump GCC to 11.1Kito Cheng1-0/+0
2021-06-23Update allow list for GCC 11Kito Cheng4-9/+24
- PR 94853 and PR 86153 are reoslved - gfortran.dg/elemental_subroutine_3.f90 seems pass now. - g++.dg/tls/thread_local4* added to allow list since they might random fail on qemu, and hard to reproduce.
2021-06-17Merge pull request #916 from riscv/jimw-binutils-bump2021.06.18Kito Cheng1-0/+0
Bump binutils to get rv32e fixes.
2021-06-16Bump binutils to get rv32e fixes.Jim Wilson1-0/+0
2021-06-16Merge pull request #915 from scottj97/gitignoreJim Wilson1-0/+3
gitignore build directories
2021-06-16gitignore build directoriesScott Johnson1-0/+3
2021-04-22Bump riscv-binutils2021.04.23Kito Cheng1-0/+0
2021-04-22Merge pull request #886 from cmuellner/binutils-2.36.1Kito Cheng1-1/+1
Bump Binutils to 2.36.1
2021-04-21Bump Binutils to 2.36.1Christoph Muellner1-1/+1
Signed-off-by: Christoph Muellner <cmuellner@linux.com>
2021-04-06Merge pull request #875 from riscv/jimw-gcc-bump2021.04.07Kito Cheng1-0/+0
Bump gcc for testsuite fixes.
2021-04-06Bump gcc for testsuite fixes.Jim Wilson1-0/+0
2021-04-06Merge pull request #873 from riscv/bump-qemuKito Cheng1-0/+0
Bump qemu to 5.2.0
2021-04-03Bump qemu to 5.2.0Kito Cheng1-0/+0
2021-04-02Merge pull request #872 from riscv/bump-glibc2021.04.03Kito Cheng487-3564/+20617
Bump glibc and linux kernel
2021-04-01Bump glibc to 2.33Kito Cheng1-0/+0
2021-04-01Specify the kernel version for qemu user mode.Kito Cheng1-1/+1
- RV32 require 5.10 which is too new for most linux distro.
2021-04-01Update linux header to 5.10.5Kito Cheng484-3561/+20615
2021-04-01Using FSF repo for glibcKito Cheng1-2/+1
2021-03-29Bump qemu for RVV 0.10Kito Cheng2-1/+1
2021-03-29Specify branch info in .gitmodules.Xing GUO1-5/+6
This resolves #799
2021-03-29Bump gcc and binutilsKito Cheng2-0/+0
- Update to RVV 0.10 - Implement explicitly VL API.
2021-03-29Bump qemu to support fp16, and also enable it by default.Nelson Chu2-0/+1
2021-03-29Bump binutils to support the latest rvv-1.0-zfh features.Nelson Chu1-0/+0
2021-03-29Using relative style repo path for qemuKito Cheng1-1/+1
2021-03-29Bump gccKito Cheng1-0/+0
2021-03-29Bump newlib for fp16Kito Cheng1-0/+0
2021-03-29Bump gcc for rvv intrinsicKito Cheng1-0/+0
2021-03-29Using SiFive's qemu repoKito Cheng1-1/+1
2021-03-29Bump binutils to 2.35 + rvv 0.1 + zfh 0.1Kito Cheng1-0/+0
2021-03-29Bump qemu to rvv-1.0-upstream-v4Kito Cheng1-0/+0