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 2d4666e460
commit 77cd17d274

View File

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