RISC-V: Point our Python scripts at python3
This builds for me, and I frequently have python-is-python3 type packages installed so I think I've been implicitly testing it for a while. Looks like Kito's tested similar configurations, and the bugzilla indicates we should be moving over. gcc/ChangeLog: PR other/109668 * config/riscv/arch-canonicalize: Move to python3 * config/riscv/multilib-generator: Likewise
This commit is contained in:
parent
1c5da882bf
commit
23f5da91cc
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# Tool for canonical RISC-V architecture string.
|
# Tool for canonical RISC-V architecture string.
|
||||||
# Copyright (C) 2011-2024 Free Software Foundation, Inc.
|
# Copyright (C) 2011-2024 Free Software Foundation, Inc.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# RISC-V multilib list generator.
|
# RISC-V multilib list generator.
|
||||||
# Copyright (C) 2011-2024 Free Software Foundation, Inc.
|
# Copyright (C) 2011-2024 Free Software Foundation, Inc.
|
||||||
|
|
Loading…
Add table
Reference in a new issue