From cf369eebbe6bd926273a08fb5ac9a9243ad47ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 25 Jan 2022 21:13:36 +0000 Subject: [PATCH] Tell package notes that gold is used --- pypy.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pypy.spec b/pypy.spec index 3281719..9b9a935 100644 --- a/pypy.spec +++ b/pypy.spec @@ -139,6 +139,9 @@ URL: http://pypy.org/ # We refer to this subdir of the source tree in a few places during the build: %global goal_dir pypy/goal +%ifarch %{ix86} x86_64 %{arm} +%global _package_note_linker gold +%endif # Source and patches: Source0: https://downloads.python.org/pypy/pypy%{pyversion}-v%{version}-src.tar.bz2