From 891cef7d9b2772b549b8fc7c9ef05400b37a4e6b Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sun, 16 Feb 2020 17:23:40 +0100 Subject: [PATCH] 10.0.1-0.8 --- gcc.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc.spec b/gcc.spec index b910993..f39c7d1 100644 --- a/gcc.spec +++ b/gcc.spec @@ -15,9 +15,14 @@ # Until annobin is fixed (#1519165). %undefine _annotated_build %endif +# Strip will fail on nvptx-none *.a archives and the brp-* scripts will +# fail randomly depending on what is stripped last. %if 0%{?__brp_strip_static_archive:1} %global __brp_strip_static_archive %{__brp_strip_static_archive} || : %endif +%if 0%{?__brp_strip_lto:1} +%global __brp_strip_lto %{__brp_strip_lto} || : +%endif %if 0%{?fedora} < 32 %global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64 %else