Commit d3ff6cbb authored by Steven Noonan's avatar Steven Noonan Committed by Thomas Petazzoni
Browse files

package/glibc: enable lock elision on x86_64 hosts

parent 2fb4ed37
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 \