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:
Palmer Dabbelt 2024-02-09 08:53:24 -08:00 committed by Kito Cheng
parent 1c5da882bf
commit 23f5da91cc
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Tool for canonical RISC-V architecture string.
# Copyright (C) 2011-2024 Free Software Foundation, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# RISC-V multilib list generator.
# Copyright (C) 2011-2024 Free Software Foundation, Inc.