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

r6774 - in glibc-package/branches/glibc-2.22/debian: . sysdeps



Author: aurel32
Date: 2015-12-04 11:34:05 +0000 (Fri, 04 Dec 2015)
New Revision: 6774

Modified:
   glibc-package/branches/glibc-2.22/debian/changelog
   glibc-package/branches/glibc-2.22/debian/sysdeps/ppc64el.mk
Log:
debian/sysdeps/ppc64el.mk: default to POWER8.



Modified: glibc-package/branches/glibc-2.22/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.22/debian/changelog	2015-12-04 09:56:39 UTC (rev 6773)
+++ glibc-package/branches/glibc-2.22/debian/changelog	2015-12-04 11:34:05 UTC (rev 6774)
@@ -9,7 +9,7 @@
     - Update to glibc 2.22.
   * debian/patches/kfreebsd/local-tst-malloc-backtrace.diff: new patch to fix
     tst-malloc-backtrace on GNU/kFreeBSD.
-  * debian/sysdeps/ppc64el.mk: use default gcc options.
+  * debian/sysdeps/ppc64el.mk: default to POWER8 and use default gcc options.
   * debian/rules.d/build.mk: explicitly disable mathvec when mvec=no.
   * debian/testsuite-checking/expected-results-s390x-linux-gnu-libc:
     allow elf/tst-protected1a and elf/tst-protected1b to fail as they are

Modified: glibc-package/branches/glibc-2.22/debian/sysdeps/ppc64el.mk
===================================================================
--- glibc-package/branches/glibc-2.22/debian/sysdeps/ppc64el.mk	2015-12-04 09:56:39 UTC (rev 6773)
+++ glibc-package/branches/glibc-2.22/debian/sysdeps/ppc64el.mk	2015-12-04 11:34:05 UTC (rev 6774)
@@ -1,2 +1,2 @@
 libc_rtlddir = /lib64
-extra_config_options = --enable-multi-arch --enable-lock-elision
+extra_config_options = --enable-multi-arch --enable-lock-elision --with-cpu=power8


Reply to: