about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/power8/fpu/Implies
Commit message (Collapse)AuthorAgeFilesLines
* PowerPC: Fix --disable-multi-arch buildsAdhemerval Zanella2014-04-091-1/+1
| | | | | | | | | | 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.
* PowerPC: Adjust multiarch Implies for PowerPC64Adhemerval Zanella2013-12-131-0/+1
This patch adds Implies files on multiarch folder for POWER chips so multirach is enabled when building with --with-cpu and powerN option.