Skip to content

Commit

Permalink
Merge pull request #1108 from riscv-collab/bump-binutils-2.39
Browse files Browse the repository at this point in the history
Switch binutils to upstream 2.39 branch and rename the folder name
  • Loading branch information
kito-cheng authored Aug 17, 2022
2 parents cb25bb8 + 3a5a9bf commit ea1c0d2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "riscv-binutils"]
path = riscv-binutils
url = https://github.com/riscv-collab/riscv-binutils-gdb.git
branch = riscv-binutils-2.38
[submodule "binutils"]
path = binutils
url = https://sourceware.org/git/binutils-gdb.git
branch = binutils-2_39-branch
[submodule "riscv-gcc"]
path = riscv-gcc
url = https://github.com/riscv-collab/riscv-gcc.git
Expand Down
Submodule binutils updated from 000000 to 20756b
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -3591,7 +3591,7 @@ fi
with_binutils_src=$with_binutils_src
else
with_binutils_src="\$(srcdir)/riscv-binutils"
with_binutils_src="\$(srcdir)/binutils"
fi
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ AC_DEFUN([AX_ARG_WITH_SRC],
}])

AX_ARG_WITH_SRC(gcc, riscv-gcc)
AX_ARG_WITH_SRC(binutils, riscv-binutils)
AX_ARG_WITH_SRC(binutils, binutils)
AX_ARG_WITH_SRC(newlib, newlib)
AX_ARG_WITH_SRC(glibc, glibc)
AX_ARG_WITH_SRC(musl, musl)
Expand Down

0 comments on commit ea1c0d2

Please sign in to comment.