From 2b9e9ccc8db19a829d7e1c07ceaf479313f20c07 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 15 Jul 2024 11:21:28 +0300 Subject: [PATCH] Disable multilib on x86_64_v2 --- gcc.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc.spec b/gcc.spec index d1b6890..62c68ba 100644 --- a/gcc.spec +++ b/gcc.spec @@ -143,7 +143,7 @@ Summary: Various compilers (C, C++, Objective-C, ...) Name: gcc Version: %{gcc_version} -Release: %{gcc_release}%{?dist}.1 +Release: %{gcc_release}%{?dist}.1.alma.1 # License notes for some of the less obvious ones: # gcc/doc/cppinternals.texi: Linux-man-pages-copyleft-2-para # isl: MIT, BSD-2-Clause @@ -1131,6 +1131,9 @@ CONFIGURE_OPTS="\ %else --disable-multilib \ %endif +%else +%ifarch x86_64_v2 + --disable-multilib \ %else --enable-multilib \ %endif @@ -3626,6 +3629,9 @@ end %endif %changelog +* Mon Jul 2415 2024 Eduard Abdullin - 14.1.1-5.1.alma.1 +- Disable multilib on x86_64_v2 + * Mon Jun 24 2024 Troy Dawson - 14.1.1-5.1 - Bump release for June 2024 mass rebuild