about summary refs log tree commit diff
path: root/sysdeps/powerpc/preconfigure.ac
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Add support for POWER10Tulio Magno Quites Machado Filho2020-06-291-1/+1
| | | | | | | | 1. Add the directories to hold POWER10 files. 2. Add support to select POWER10 libraries based on AT_PLATFORM. 3. Let submachine=power10 be set automatically.
* powerpc: Automatic CPU detection in preconfigurePaul E. Murphy2020-06-111-0/+58
Added a check to detect the CPU value in preconfigure, so that glibc is built with the correct --with-cpu value. And move existing checks into preconfigure.ac. Co-Authored-By: Carlos Eduardo Seo <cseo@linux.vnet.ibm.com> Co-Authored-By: Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>