Skip to content

Bump binutils to v2.44 #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/toolchain_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
display_name: Toolchains targeting Ibex with bit-manipulation extensions
target: riscv32-unknown-elf
output_dir: /tools/riscv
march: rv32imc_zba_zbb_zbc_zbs
march: rv32imcb_zbc_zbp0p93_zbe0p93_zbf0p93_zbm0p93_zbr0p93_zbt0p93
mabi: ilp32
mcmodel: medany
- name: rv64imac
Expand Down
9 changes: 4 additions & 5 deletions lowrisc-toolchain-gcc-rv32imcb.config
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,12 @@ CT_PREFIX_DIR="/tools/riscv"
# Don't chmod the CT_PREFIX_DIR read-only after the install.
# CT_PREFIX_DIR_RO is not set

# Binutils 2.35, RISC-V bitmanip fork (branch riscv-binutils-2.35-rvb,
# commit 7c9dd840fb from 2021-03-10).
# A bitmanip 1.0+0.93 patch will be applied on top.
# Binutils 2.44 (tag binutils-2_44), commit 815d9a14 from 2025-02-02).
# A bitmanip 0.93 patch will be applied on top.
CT_BINUTILS_SRC_DEVEL=y
CT_BINUTILS_DEVEL_VCS_git=y
CT_BINUTILS_DEVEL_URL="https://github.com/riscv-collab/riscv-binutils-gdb.git"
CT_BINUTILS_DEVEL_REVISION="7c9dd840fbb6a1171a51feb08afb859288615137"
CT_BINUTILS_DEVEL_URL="https://github.com/bminor/binutils-gdb.git"
CT_BINUTILS_DEVEL_REVISION="815d9a14cbbb3b81843f7566222c87fb22e7255d"

# GCC 10.2.0, RISC-V bitmanip fork (branch riscv-gcc-10.2.0-rvb,
# commit 73055647d33 from 2021-07-09)
Expand Down
Loading
Loading