aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/preconfigure.ac
diff options
context:
space:
mode:
authorTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>2020-06-24 18:04:41 -0300
committerTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>2020-06-29 10:08:38 -0300
commitd2ba3677da7a785556fcd708404d8e049b1c063b (patch)
tree5b89db12fd572743fd3076d278e46500d064d3ae /sysdeps/powerpc/preconfigure.ac
parent81b1c8cbb5b486da60e81ba8435ddf08e554206a (diff)
downloadglibc-d2ba3677da7a785556fcd708404d8e049b1c063b.tar
glibc-d2ba3677da7a785556fcd708404d8e049b1c063b.tar.gz
glibc-d2ba3677da7a785556fcd708404d8e049b1c063b.tar.bz2
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.ac2
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="")
;;