diff options
author | sanjana <sanjanasanju1608@gmail.com> | 2023-08-14 17:20:51 +0530 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-08-18 03:57:05 -1000 |
commit | f9c58a63f03f19c3e38365657b8110552e7e6c15 (patch) | |
tree | 519c7f070ddf0794c7205a83017e8bc3fa3e0942 | |
parent | ee45db898f26a0e320d49f12f1cdad0861cb7d43 (diff) | |
download | poky-f9c58a63f03f19c3e38365657b8110552e7e6c15.tar.gz |
binutils: stable 2.40 branch updates
Below commits on binutils-2.40 stable branch are updated.
391fd4d9ee5 PR30697, ppc32 mix of local-dynamic and global-dynamic TLS
7ad52a2357f [GOLD] powerpc DT_RELACOUNT
03f49a0619c PR30536, ppc64el gold linker produces unusable clang-16 binary
(From OE-Core rev: 74e6452a9fbeb928a635869160bc17cfeab867f0)
Signed-off-by: sanjana <sanjanasanju1608@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.40.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.40.inc b/meta/recipes-devtools/binutils/binutils-2.40.inc index fb99d93b26..33e7f4198d 100644 --- a/meta/recipes-devtools/binutils/binutils-2.40.inc +++ b/meta/recipes-devtools/binutils/binutils-2.40.inc | |||
@@ -18,7 +18,7 @@ SRCBRANCH ?= "binutils-2_40-branch" | |||
18 | 18 | ||
19 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" | 19 | UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P<pver>\d+_(\d_?)*)" |
20 | 20 | ||
21 | SRCREV ?= "7343182dd163d14b7e17c255515940dff67f2bbd" | 21 | SRCREV ?= "391fd4d9ee5d2b78244cbcd57fc405738359b70b" |
22 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https" | 22 | BINUTILS_GIT_URI ?= "git://sourceware.org/git/binutils-gdb.git;branch=${SRCBRANCH};protocol=https" |
23 | SRC_URI = "\ | 23 | SRC_URI = "\ |
24 | ${BINUTILS_GIT_URI} \ | 24 | ${BINUTILS_GIT_URI} \ |