package/glibc: enable lock elision on x86_64 hosts

Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Steven Noonan 2015-03-18 15:01:09 -07:00 committed by Thomas Petazzoni
parent 2fb4ed3784
commit d3ff6cbb42

View 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 \