mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
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:
committed by
Thomas Petazzoni
parent
2fb4ed3784
commit
d3ff6cbb42
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user