summaryrefslogtreecommitdiffstats
path: root/meta-vitis-tc/recipes-devtools/gcc/gcc-12/riscv-multilib-generator-python.patch
blob: 9575539ef7535aef495e7957d4e00b4e4acf5b6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Use python3 instead of python when calling the mutlib-generator

Upstream-Status: Backport

Signed-off-by: Mark Hatle <mark.hatle@amd.com>

--- gcc-12.2.0/gcc/config/riscv/multilib-generator.orig	2024-02-22 19:23:07.166805418 -0700
+++ gcc-12.2.0/gcc/config/riscv/multilib-generator	2024-02-22 19:18:12.803798625 -0700
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # RISC-V multilib list generator.
 # Copyright (C) 2011-2022 Free Software Foundation, Inc.