summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-devtools/gcc/gcc-13/0007-Add-MicroBlaze-to-check_profiling_available-Testsuit.patch
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-11-21 13:54:05 -0600
committerMark Hatle <mark.hatle@amd.com>2024-11-21 13:54:05 -0600
commit1241013c7bce4262a6128eb4ccb3db410831746d (patch)
treeda79ab94a5b4ae9abf6211d8289a4bf5dbdcde9f /meta-microblaze/recipes-devtools/gcc/gcc-13/0007-Add-MicroBlaze-to-check_profiling_available-Testsuit.patch
parent6e3a214d268c7d75a42a9a329b5621fb5a49a89a (diff)
parent10531c26195f97f9565e9770c21977805e53c46b (diff)
downloadmeta-xilinx-1241013c7bce4262a6128eb4ccb3db410831746d.tar.gz
Merge remote-tracking branch 'origin/scarthgap' into yocto-master
This moves the system to scarthgap. It is known to NOT work with Styhead and master, Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-microblaze/recipes-devtools/gcc/gcc-13/0007-Add-MicroBlaze-to-check_profiling_available-Testsuit.patch')
-rw-r--r--meta-microblaze/recipes-devtools/gcc/gcc-13/0007-Add-MicroBlaze-to-check_profiling_available-Testsuit.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-microblaze/recipes-devtools/gcc/gcc-13/0007-Add-MicroBlaze-to-check_profiling_available-Testsuit.patch b/meta-microblaze/recipes-devtools/gcc/gcc-13/0007-Add-MicroBlaze-to-check_profiling_available-Testsuit.patch
new file mode 100644
index 00000000..5de0bfd8
--- /dev/null
+++ b/meta-microblaze/recipes-devtools/gcc/gcc-13/0007-Add-MicroBlaze-to-check_profiling_available-Testsuit.patch
@@ -0,0 +1,27 @@
1From 6de628ecccf3739891052a2fbaf97048384c6190 Mon Sep 17 00:00:00 2001
2From: Mahesh Bodapati <mbodapat@xilinx.com>
3Date: Thu, 12 Jan 2017 16:34:27 +0530
4Subject: [PATCH 07/54] Add MicroBlaze to check_profiling_available Testsuite,
5 add microblaze*-*-* target in check_profiling_available inline with other
6 archs setting profiling_available_saved to 0
7
8Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
9---
10 gcc/testsuite/lib/target-supports.exp | 1 +
11 1 file changed, 1 insertion(+)
12
13diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
14index 32e29706fcd..47233563339 100644
15--- a/gcc/testsuite/lib/target-supports.exp
16+++ b/gcc/testsuite/lib/target-supports.exp
17@@ -804,6 +804,7 @@ proc check_profiling_available { test_what } {
18 || [istarget m68k-*-elf]
19 || [istarget m68k-*-uclinux*]
20 || [istarget mips*-*-elf*]
21+ || [istarget microblaze*-*-*]
22 || [istarget mmix-*-*]
23 || [istarget mn10300-*-elf*]
24 || [istarget moxie-*-elf*]
25--
262.34.1
27