package/glibc: enable lock elision on x86_64 hosts
authorSteven Noonan <steven@uplinklabs.net>
Wed, 18 Mar 2015 22:01:09 +0000 (15:01 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 20 Jul 2015 20:56:54 +0000 (22:56 +0200)
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/glibc/glibc.mk

index 0a37bb361a0705cc6cf741898a6e6367c6697fcc..cbfbf32063ec38ed106bc7eb0c22328453a26a7b 100644 (file)
@@ -90,6 +90,7 @@ define GLIBC_CONFIGURE_CMDS
                --prefix=/usr \
                --enable-shared \
                $(if $(BR2_SOFT_FLOAT),--without-fp,--with-fp) \
+               $(if $(BR2_x86_64),--enable-lock-elision) \
                --with-pkgversion="Buildroot" \
                --without-cvs \
                --disable-profile \