about summary refs log tree commit diff
path: root/sysdeps/powerpc/preconfigure.ac
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Placeholder and infrastructure/build support to add Power11 ↵Amrita H S2024-03-191-1/+1
| | | | | | | | | | | | related changes. The following three changes have been added to provide initial Power11 support. 1. Add the directories to hold Power11 files. 2. Add support to select Power11 libraries based on AT_PLATFORM. 3. Let submachine=power11 be set automatically. Reviewed-by: Florian Weimer <fweimer@redhat.com> Reviewed-by: Peter Bergner <bergner@linux.ibm.com>
* 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>