diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com> | 2020-06-24 18:04:41 -0300 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com> | 2020-06-29 10:08:38 -0300 |
commit | d2ba3677da7a785556fcd708404d8e049b1c063b (patch) | |
tree | 5b89db12fd572743fd3076d278e46500d064d3ae /sysdeps/powerpc/preconfigure.ac | |
parent | 81b1c8cbb5b486da60e81ba8435ddf08e554206a (diff) | |
download | glibc-d2ba3677da7a785556fcd708404d8e049b1c063b.tar.gz glibc-d2ba3677da7a785556fcd708404d8e049b1c063b.tar.xz glibc-d2ba3677da7a785556fcd708404d8e049b1c063b.zip |
powerpc: Add support for POWER10
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.
Diffstat (limited to 'sysdeps/powerpc/preconfigure.ac')
-rw-r--r-- | sysdeps/powerpc/preconfigure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/preconfigure.ac b/sysdeps/powerpc/preconfigure.ac index e6a5ae93a5..6c63bd8257 100644 --- a/sysdeps/powerpc/preconfigure.ac +++ b/sysdeps/powerpc/preconfigure.ac @@ -46,7 +46,7 @@ case "${machine}:${submachine}" in AC_CACHE_VAL(libc_cv_cc_submachine,libc_cv_cc_submachine="") ;; - a2|970|power[[4-9]]|power5x|power6+) + a2|970|power[[4-9]]|power5x|power6+|power10) submachine=${archcpu} AC_CACHE_VAL(libc_cv_cc_submachine,libc_cv_cc_submachine="") ;; |