[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#878071: (no subject)



diff -Nru glibc-2.24/debian/changelog glibc-2.24/debian/changelog
--- glibc-2.24/debian/changelog	2017-08-26 05:09:24.000000000 -0400
+++ glibc-2.24/debian/changelog	2017-10-09 08:37:50.000000000 -0400
@@ -1,3 +1,9 @@
+glibc (2.24-18) unstable; urgency=medium
+
+  * Disable lock elision on ppc64el. Closes: #878071.
+
+ -- Breno Leitao <leitao@debian.org>  Mon, 09 Oct 2017 08:37:50 -0400
+
 glibc (2.24-17) unstable; urgency=medium
 
   [ Samuel Thibault ]
diff -Nru glibc-2.24/debian/sysdeps/ppc64el.mk glibc-2.24/debian/sysdeps/ppc64el.mk
--- glibc-2.24/debian/sysdeps/ppc64el.mk	2017-06-19 11:36:06.000000000 -0400
+++ glibc-2.24/debian/sysdeps/ppc64el.mk	2017-10-09 08:37:32.000000000 -0400
@@ -1,5 +1,5 @@
 # configuration options for all flavours
-extra_config_options = --enable-multi-arch --enable-lock-elision --with-cpu=power8
+extra_config_options = --enable-multi-arch --with-cpu=power8
 
 # main library
 libc_rtlddir = /lib64

Reply to: