Disable multi-arch (IFUNC string functions) on i686 (#1471427)
This commit is contained in:
parent
fdd439f8b7
commit
ad9d2e17df
@ -1003,6 +1003,9 @@ build()
|
|||||||
--enable-obsolete-nsl \
|
--enable-obsolete-nsl \
|
||||||
--enable-systemtap \
|
--enable-systemtap \
|
||||||
${core_with_options} \
|
${core_with_options} \
|
||||||
|
%ifarch %{ix86}
|
||||||
|
--disable-multi-arch \
|
||||||
|
%endif
|
||||||
%ifarch %{lock_elision_arches}
|
%ifarch %{lock_elision_arches}
|
||||||
--enable-lock-elision \
|
--enable-lock-elision \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user