- Apr 24, 2023
-
-
Kito Cheng authored
[Makefile.in] glibc: Remove unnecessary -g option
-
Mark Goncharov authored
Using llvm-objdump I found warning if file was compiled using riscv-gcc. Examples: warning: failed to find source riscv-glibc/csu/elf-init.c It concerned with compilation glibc with debug info that is unnecessary operation. If user want to have debug info, than it's easy to pass -g. This option wasn't touched more than 7 years...
-
- Apr 20, 2023
-
-
Kito Cheng authored
changed riscv-gcc references to gcc in README
-
achernia authored
-
Kito Cheng authored
dejagnu: Rollback version to 1.6.2
-
Kito Cheng authored
Christoph has a fix on the road of upstream, but it not get merge yet, so let rollback for now, and upgrade when upstream done. Workaround for #1201
-
- Apr 18, 2023
-
-
Kito Cheng authored
Update --with-isa-spec default option.
-
- Apr 17, 2023
-
-
Jiawei authored
-
Kito Cheng authored
Fix mayberelsrcdir after gcc folder name change
-
- Mar 29, 2023
-
-
achernia authored
-
- Mar 13, 2023
-
-
Kito Cheng authored
[NEWLIB][Cross-build]: Fix merge-newlib-nano.
-
mga-sc authored
There is no $(NEWLIB_TUPLE)-gcc in install directory during cross-compilation process. For example, to compile for Windows, we has to have riscv64-unknown-elf-gcc in our PATH and we has to use it with print-multi-lib to find multilib configuration, because install folder contains only .exe files (can not be executed) This bugfix is to check: whether compiler we already have for host - in the install directory or in the PATH.
-
- Feb 24, 2023
-
-
Kito Cheng authored
Docs: Update README.md
-
Kito Cheng authored
[GCC]: Pass extra flags to gcc build.
-
mga-sc authored
There is no way to pass extra flags to gcc though riscv-gnu-toolchain Makefile. This is neccesary for me, because I has to rewrite gmp, isl, mpfr, mpc folders in source of gcc project. Moreover, I don't want to rebuild them with gcc. Also I think, the opportunity to pass extra flags will be convenient for many development purposes.
-
- Feb 20, 2023
-
-
Jiawei authored
-
Jiawei authored
-
Jiawei authored
-
Christoph Müllner authored
There is a typo in a previous commit that introduced src-dir-override for DejaGnu. Signed-off-by:Christoph Müllner <christoph.muellner@vrull.eu>
-
Christoph Müllner authored
We have this feature for all other packages. It is particularly useful to avoid pointless internet downloads for automatic builds. Signed-off-by:Christoph Müllner <christoph.muellner@vrull.eu>
-
Kito Cheng authored
Bump glibc to 2.37
-
- Feb 19, 2023
-
-
Christoph Müllner authored
glibc 2.37 has been released on February 1st, 2023. We still use 2.33 in this repo. Let's make a huge step forward to the latest upstream release. Signed-off-by:Christoph Müllner <christoph.muellner@vrull.eu>
-
- Feb 12, 2023
-
-
Mingzheng Xing authored
This patch contains three minor updates: 1. Added texinfo to OS X dependency package 2. Brew tap discoteq/discoteq is no longer required to install the flock 3. Added tip in "Installation (Newlib)" to keep similar to the description in "Installation (Linux)" and fixed a typo. Signed-off-by:Mingzheng Xing <xingmingzheng@iscas.ac.cn>
-
- Jan 19, 2023
-
-
Carl Karsten authored
Add a tip so blindly following the instructions is more likely to just work. Issue #1169 Signed-off-by:Carl Karsten <CFKarsten@gmail.com>
-
- Dec 16, 2022
-
-
Christoph Müllner authored
Add unittest to march-to-cpu-opt
-
Kito Cheng authored
Quick fix sim pk build failure for RV32.
-
长柳 authored
ubuntu20.04 make it need "clang ninja-build" Signed-off-by:长柳 <110147328+changliuxy@users.noreply.github.com>
-
Kito Cheng authored
Support testing zdinx/zfinx/zhinx.
-
Kito Cheng authored
https://github.com/riscv-collab/riscv-gnu-toolchain/pull/1167 has found some bug, and I realized the testing of march-to-cpu-opt is...not well, so spend some time to improve that a little bit, it's not complete testing, but at least it's a start :P
-
Kito Cheng authored
Fix wrong parse script
-
Kwanghoon Son authored
If test --with-arch=rv32imc_zve128x NameError: name 'arch' is not defined Signed-off-by:Kwanghoon Son <kwangson@yahoo.com>
-
- Dec 02, 2022
-
-
Kito Cheng authored
- We don't set correct qemu option for zdinx/zfinx/zhinx, this patch is fixing the march-to-cpu-opt, which is a script translate -march string to qemu options.
-
- Nov 22, 2022
-
-
Kito Cheng authored
Enhance the testing experience
-
- Nov 18, 2022
-
-
Kito Cheng authored
Bump qemu to 7.1.0
-
Christoph Müllner authored
Signed-off-by:Christoph Müllner <christoph.muellner@vrull.eu>
-
- Nov 16, 2022
-
-
Kito Cheng authored
musl: add missing submodule auto-initialization
-
- 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 14, 2022
-
-
Florian Hofhammer authored
Ubuntu 18.04 is deprecated and will be fully removed from GitHub Actions soon (https://github.com/actions/runner-images/issues/6002 ) Signed-off-by:
Florian Hofhammer <florian.hofhammer@fhofhammer.de>
-
Florian Hofhammer authored
Signed-off-by:Florian Hofhammer <florian.hofhammer@fhofhammer.de>
-