Revert --disable-multilib for x86_64_v2
This commit is contained in:
parent
063ece5a40
commit
1a8fcee0e6
@ -143,7 +143,7 @@
|
|||||||
Summary: Various compilers (C, C++, Objective-C, ...)
|
Summary: Various compilers (C, C++, Objective-C, ...)
|
||||||
Name: gcc
|
Name: gcc
|
||||||
Version: %{gcc_version}
|
Version: %{gcc_version}
|
||||||
Release: %{gcc_release}%{?dist}.1.alma.1
|
Release: %{gcc_release}%{?dist}.1
|
||||||
# License notes for some of the less obvious ones:
|
# License notes for some of the less obvious ones:
|
||||||
# gcc/doc/cppinternals.texi: Linux-man-pages-copyleft-2-para
|
# gcc/doc/cppinternals.texi: Linux-man-pages-copyleft-2-para
|
||||||
# isl: MIT, BSD-2-Clause
|
# isl: MIT, BSD-2-Clause
|
||||||
@ -1131,12 +1131,8 @@ CONFIGURE_OPTS="\
|
|||||||
%else
|
%else
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
%ifarch x86_64_v2
|
|
||||||
--disable-multilib \
|
|
||||||
%else
|
%else
|
||||||
--enable-multilib \
|
--enable-multilib \
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
|
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
|
||||||
--enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only \
|
--enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only \
|
||||||
@ -1211,7 +1207,11 @@ CONFIGURE_OPTS="\
|
|||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
%if 0%{?rhel} > 8
|
%if 0%{?rhel} > 8
|
||||||
%if 0%{?rhel} > 9
|
%if 0%{?rhel} > 9
|
||||||
|
%ifarch x86_64_v2
|
||||||
|
--with-arch_64=x86-64-v2 \
|
||||||
|
%else
|
||||||
--with-arch_64=x86-64-v3 \
|
--with-arch_64=x86-64-v3 \
|
||||||
|
%endif
|
||||||
%else
|
%else
|
||||||
--with-arch_64=x86-64-v2 \
|
--with-arch_64=x86-64-v2 \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user