diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-11-11 11:24:08 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-11-11 11:24:08 -0700 |
commit | ee6e2f1f4fc8d438bfde7634e31657b52970fda9 (patch) | |
tree | 38b5366d82e15538ab3c5e4f9a3dd1dcac26ff20 /meta-vitis-tc/recipes-devtools/gcc/gcc-13/riscv-multilib-generator-python.patch | |
parent | 03d3b2ce359a1c2959f04588cf2c4a1b0dcb4de8 (diff) | |
parent | 7c79383570dc4182bb21cdee68598ccf47403150 (diff) | |
download | meta-xilinx-ee6e2f1f4fc8d438bfde7634e31657b52970fda9.tar.gz |
Merge remote-tracking branch 'origin/rel-v2024.2' into scarthgap-next
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-vitis-tc/recipes-devtools/gcc/gcc-13/riscv-multilib-generator-python.patch')
-rw-r--r-- | meta-vitis-tc/recipes-devtools/gcc/gcc-13/riscv-multilib-generator-python.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-vitis-tc/recipes-devtools/gcc/gcc-13/riscv-multilib-generator-python.patch b/meta-vitis-tc/recipes-devtools/gcc/gcc-13/riscv-multilib-generator-python.patch new file mode 100644 index 00000000..ba08945c --- /dev/null +++ b/meta-vitis-tc/recipes-devtools/gcc/gcc-13/riscv-multilib-generator-python.patch | |||
@@ -0,0 +1,16 @@ | |||
1 | Use python3 instead of python when calling the mutlib-generator | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | |||
5 | Signed-off-by: Mark Hatle <mark.hatle@amd.com> | ||
6 | |||
7 | Index: gcc-13.3.0/gcc/config/riscv/multilib-generator | ||
8 | =================================================================== | ||
9 | --- gcc-13.3.0.orig/gcc/config/riscv/multilib-generator | ||
10 | +++ gcc-13.3.0/gcc/config/riscv/multilib-generator | ||
11 | @@ -1,4 +1,4 @@ | ||
12 | -#!/usr/bin/env python | ||
13 | +#!/usr/bin/env python3 | ||
14 | |||
15 | # RISC-V multilib list generator. | ||
16 | # Copyright (C) 2011-2023 Free Software Foundation, Inc. | ||