10.0.1-0.8
This commit is contained in:
parent
9bce8e2449
commit
891cef7d9b
5
gcc.spec
5
gcc.spec
@ -15,9 +15,14 @@
|
|||||||
# Until annobin is fixed (#1519165).
|
# Until annobin is fixed (#1519165).
|
||||||
%undefine _annotated_build
|
%undefine _annotated_build
|
||||||
%endif
|
%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}
|
%if 0%{?__brp_strip_static_archive:1}
|
||||||
%global __brp_strip_static_archive %{__brp_strip_static_archive} || :
|
%global __brp_strip_static_archive %{__brp_strip_static_archive} || :
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?__brp_strip_lto:1}
|
||||||
|
%global __brp_strip_lto %{__brp_strip_lto} || :
|
||||||
|
%endif
|
||||||
%if 0%{?fedora} < 32
|
%if 0%{?fedora} < 32
|
||||||
%global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64
|
%global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user