about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/power5
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-04-08 17:25:14 -0500
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-04-09 06:22:53 -0500
commitde21c33c068c8e39afb5711613a7c083c11ce6a1 (patch)
treeaabf4e6e97e698148f0147fb671152c622b9f27d /sysdeps/powerpc/powerpc64/power5
parent862c472efa28aedf22908f2735111ab4b9e62811 (diff)
downloadglibc-de21c33c068c8e39afb5711613a7c083c11ce6a1.tar.gz
glibc-de21c33c068c8e39afb5711613a7c083c11ce6a1.tar.xz
glibc-de21c33c068c8e39afb5711613a7c083c11ce6a1.zip
PowerPC: Fix --disable-multi-arch builds
This patch fixes some powerpc32 and powerpc64 builds with
--disable-multi-arch option along with different --with-cpu=powerN.
It cleanups the Implies directories by removing the multiarch
folder for non multiarch config and also fixing two assembly
implementations: powerpc64/power7/strncat.S that is calling the
wrong strlen; and power8/fpu/s_isnan.S that misses the hidden_def and
weak_alias directives.
Diffstat (limited to 'sysdeps/powerpc/powerpc64/power5')
-rw-r--r--sysdeps/powerpc/powerpc64/power5/fpu/Implies2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/powerpc64/power5/fpu/Implies b/sysdeps/powerpc/powerpc64/power5/fpu/Implies
index 3740d050a6..6b8c23efa6 100644
--- a/sysdeps/powerpc/powerpc64/power5/fpu/Implies
+++ b/sysdeps/powerpc/powerpc64/power5/fpu/Implies
@@ -1 +1 @@
-powerpc/powerpc64/power4/fpu/multiarch
+powerpc/powerpc64/power4/fpu/