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

r6557 - in glibc-package/branches/glibc-2.21/debian: . sysdeps



Author: aurel32
Date: 2015-09-10 12:47:04 +0000 (Thu, 10 Sep 2015)
New Revision: 6557

Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/sysdeps/s390x.mk
Log:
sysdeps/s390x.mk: --enable-lock-elision.

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog	2015-09-10 12:38:17 UTC (rev 6556)
+++ glibc-package/branches/glibc-2.21/debian/changelog	2015-09-10 12:47:04 UTC (rev 6557)
@@ -45,6 +45,7 @@
   * control.in/*: remove pre-squeeze conflicts.
   * libc-bin, libc-dev-bin: Recommends the manpages package and add lintian
     override for missing manpages.
+  * sysdeps/s390x.mk: --enable-lock-elision.
 
   [ Steven Chamberlain ]
   * sysdeps/kfreebsd.mk: find kfreebsd-kernel-headers in multiarch path.

Modified: glibc-package/branches/glibc-2.21/debian/sysdeps/s390x.mk
===================================================================
--- glibc-package/branches/glibc-2.21/debian/sysdeps/s390x.mk	2015-09-10 12:38:17 UTC (rev 6556)
+++ glibc-package/branches/glibc-2.21/debian/sysdeps/s390x.mk	2015-09-10 12:47:04 UTC (rev 6557)
@@ -1,5 +1,5 @@
 libc_rtlddir = /lib
-extra_config_options = --enable-multi-arch
+extra_config_options = --enable-multi-arch --enable-lock-elision
 
 # build 32-bit (s390) alternative library
 GLIBC_MULTILIB_PASSES += s390


Reply to: