blob: ba08945c9a04ba4ceb319a10fc272ea7e52e89be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Use python3 instead of python when calling the mutlib-generator
Upstream-Status: Pending
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Index: gcc-13.3.0/gcc/config/riscv/multilib-generator
===================================================================
--- gcc-13.3.0.orig/gcc/config/riscv/multilib-generator
+++ gcc-13.3.0/gcc/config/riscv/multilib-generator
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# RISC-V multilib list generator.
# Copyright (C) 2011-2023 Free Software Foundation, Inc.
|