d000e6b3e6
Upstream commit: 2d2d7e1a8f2e62b442ae8978f0a6c17f385575c4 - configure: Allow user override LD, AR, OBJCOPY, and GPROF - math: Suppress -O0 warnings for soft-fp fsqrt [BZ #19444] - sunrpc: Suppress GCC -O1 warning on user2netname [BZ #19444] - locale: Use correct buffer size for utf8_sequence_error [BZ #19444] - Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.h - Add _FORTIFY_SOURCE implementation documentation [BZ #28998] - Update copyright dates not handled by scripts/update-copyrights - Update copyright dates with scripts/update-copyrights - Remove trailing whitespace in gmp.h - Remove trailing whitespace - C2x semantics for <tgmath.h> - time: Set daylight to 1 for matching DST/offset change (bug 29951) - Fix ldbl-128 built-in function use - x86: Check minimum/maximum of non_temporal_threshold [BZ #29953] - i686: Regenerate ulps
37 lines
1.3 KiB
Diff
37 lines
1.3 KiB
Diff
Use python3 for installed executable python scripts.
|
|
|
|
Fedora is a Python3-only distribution:
|
|
https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
|
This fixes build failures where builders may strictly enforce only
|
|
python3 during a transitional phase.
|
|
|
|
Author: Carlos O'Donell <carlos@redhat.com>
|
|
|
|
|
|
|
|
diff --git a/benchtests/scripts/compare_bench.py b/benchtests/scripts/compare_bench.py
|
|
index 9a91c2649106a740..9f1ea9d85f4b833a 100755
|
|
--- a/benchtests/scripts/compare_bench.py
|
|
+++ b/benchtests/scripts/compare_bench.py
|
|
@@ -1,5 +1,5 @@
|
|
-#!/usr/bin/python
|
|
-# Copyright (C) 2015-2023 Free Software Foundation, Inc.
|
|
+#!/usr/bin/python3
|
|
+# Copyright (C) 2015-2022 Free Software Foundation, Inc.
|
|
# This file is part of the GNU C Library.
|
|
#
|
|
# The GNU C Library is free software; you can redistribute it and/or
|
|
diff --git a/benchtests/scripts/import_bench.py b/benchtests/scripts/import_bench.py
|
|
index 92d9dc4fbaf08382..698c4ff81b13f697 100644
|
|
--- a/benchtests/scripts/import_bench.py
|
|
+++ b/benchtests/scripts/import_bench.py
|
|
@@ -1,5 +1,5 @@
|
|
-#!/usr/bin/python
|
|
-# Copyright (C) 2015-2023 Free Software Foundation, Inc.
|
|
+#!/usr/bin/python3
|
|
+# Copyright (C) 2015-2022 Free Software Foundation, Inc.
|
|
# This file is part of the GNU C Library.
|
|
#
|
|
# The GNU C Library is free software; you can redistribute it and/or
|