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

r5932 - in glibc-package/branches/eglibc-2.19/debian: . sysdeps



Author: adconrad
Date: 2014-02-16 02:58:31 +0000 (Sun, 16 Feb 2014)
New Revision: 5932

Modified:
   glibc-package/branches/eglibc-2.19/debian/changelog
   glibc-package/branches/eglibc-2.19/debian/sysdeps/ppc64el.mk
Log:
debian/sysdeps/ppc64el.mk: Use --with-cpu=power7 to optimize properly.

Modified: glibc-package/branches/eglibc-2.19/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/changelog	2014-02-16 02:49:16 UTC (rev 5931)
+++ glibc-package/branches/eglibc-2.19/debian/changelog	2014-02-16 02:58:31 UTC (rev 5932)
@@ -27,6 +27,7 @@
     - debian/patches/any/submitted-resolv-init.diff: Merged upstream.
     - Drop all cvs-* patches that are included in the 2.19 upstream release.
     - Most hurd-i386 and kfreebsd-* patches not rebased yet, needs work.
+  * debian/sysdeps/ppc64el.mk: Use --with-cpu=power7 to optimize properly.
 
  -- Adam Conrad <adconrad@0c3.net>  Sun, 09 Feb 2014 09:46:13 -0700
 

Modified: glibc-package/branches/eglibc-2.19/debian/sysdeps/ppc64el.mk
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/sysdeps/ppc64el.mk	2014-02-16 02:49:16 UTC (rev 5931)
+++ glibc-package/branches/eglibc-2.19/debian/sysdeps/ppc64el.mk	2014-02-16 02:58:31 UTC (rev 5932)
@@ -1,3 +1,3 @@
 libc_rtlddir = /lib64
-extra_config_options = --enable-multi-arch
+extra_config_options = --enable-multi-arch --with-cpu=power7
 extra_cflags = -O3 -fno-tree-vectorize


Reply to: