From 1a3e5a614818d54fecd75edff0bf502d6e7b3084 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Mon, 3 Apr 2023 20:46:32 +0000 Subject: meta-microblaze: binutils: Fix patch application failure Signed-off-by: Mark Hatle --- ...MicroBlaze-By-default-the-linker-will-generate.patch | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/meta-microblaze/recipes-devtools/binutils/binutils/0034-Patch-MicroBlaze-By-default-the-linker-will-generate.patch b/meta-microblaze/recipes-devtools/binutils/binutils/0034-Patch-MicroBlaze-By-default-the-linker-will-generate.patch index 4428823f..a03bb3fb 100644 --- a/meta-microblaze/recipes-devtools/binutils/binutils/0034-Patch-MicroBlaze-By-default-the-linker-will-generate.patch +++ b/meta-microblaze/recipes-devtools/binutils/binutils/0034-Patch-MicroBlaze-By-default-the-linker-will-generate.patch @@ -1,17 +1,16 @@ -From 652c69cca5a9da92369378674707cdc59988bcc3 Mon Sep 17 00:00:00 2001 +From 9e0ee97de976d840819e2fa27d0baa7a6aa8e7d4 Mon Sep 17 00:00:00 2001 From: Mahesh Bodapati Date: Fri, 28 Oct 2022 13:57:48 +0530 -Subject: [PATCH 34/34] [Patch,MicroBlaze] : By default the linker will - generate warnings if it is creating an executable stack or a segment with - all three of read, write and execute permissions. These settings are not - appropriate for all targets +Subject: [PATCH 34/34] By default the linker will generate warnings if it is + creating an executable stack or a segment with all three of read, write and + execute permissions. These settings are not appropriate for all targets --- ld/configure.tgt | 1 + 1 file changed, 1 insertion(+) diff --git a/ld/configure.tgt b/ld/configure.tgt -index 80ffbcf23b3..198cd0f71e4 100644 +index e3fd0c2452b..6d6db66b99b 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -55,6 +55,7 @@ if test "${ac_default_ld_warn_rwx_segments}" = unset; then @@ -19,9 +18,9 @@ index 80ffbcf23b3..198cd0f71e4 100644 hppa*-*-* | \ mips*-*-* | \ + microblaze*-*-* | \ - sparc*-*-*) + sparc*-*-* | \ + v850*-*-*) ac_default_ld_warn_rwx_segments=0 - ;; -- -2.37.1 (Apple Git-137.1) +2.17.1 -- cgit v1.2.3-54-g00ecf