summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.35.inc
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@wdc.com>2020-08-11 07:38:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-12 10:51:46 +0100
commite5d9d71b47b71f50b0dbb2b06436d89f0c69005f (patch)
tree852e13c28a12aae68a6d0fd26b9d5113a1fa84db /meta/recipes-devtools/binutils/binutils-2.35.inc
parent65a2323431c9b6488e206a9cf24e5ad5a31d5874 (diff)
downloadpoky-e5d9d71b47b71f50b0dbb2b06436d89f0c69005f.tar.gz
binutils: Remove RISC-V PIE patch
Remove the out of tree patch that is trying to address a PIE issue. This patch causes RISC-V applications to seg fault when running _dl_relocate_object. This fixes: https://github.com/riscv/meta-riscv/issues/236 (From OE-Core rev: 6360aed9dcde419134af169c2f3d91cae24c8bc5) Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.35.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.35.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.35.inc b/meta/recipes-devtools/binutils/binutils-2.35.inc
index 9aa5e7efe3..5ae9ec4226 100644
--- a/meta/recipes-devtools/binutils/binutils-2.35.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.35.inc
@@ -41,6 +41,5 @@ SRC_URI = "\
41 file://0014-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch \ 41 file://0014-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch \
42 file://0015-sync-with-OE-libtool-changes.patch \ 42 file://0015-sync-with-OE-libtool-changes.patch \
43 file://0016-Check-for-clang-before-checking-gcc-version.patch \ 43 file://0016-Check-for-clang-before-checking-gcc-version.patch \
44 file://0017-Do-not-emit-R_RISCV_NONE-reloc-in-the-extra-unused-r.patch \
45" 44"
46S = "${WORKDIR}/git" 45S = "${WORKDIR}/git"