Disable multi-arch (IFUNC string functions) on i686 (#1471427)

This commit is contained in:
Florian Weimer 2017-08-16 11:14:32 +02:00
parent fdd439f8b7
commit ad9d2e17df
1 changed files with 3 additions and 0 deletions

View File

@ -1003,6 +1003,9 @@ build()
--enable-obsolete-nsl \
--enable-systemtap \
${core_with_options} \
%ifarch %{ix86}
--disable-multi-arch \
%endif
%ifarch %{lock_elision_arches}
--enable-lock-elision \
%endif