From ad9d2e17df198a881d4e0f1ef4d63c41caf456fe Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 16 Aug 2017 11:14:32 +0200 Subject: [PATCH] Disable multi-arch (IFUNC string functions) on i686 (#1471427) --- glibc.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/glibc.spec b/glibc.spec index 6f2f647..3fafdf6 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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