about summary refs log tree commit diff
path: root/sysdeps/powerpc/preconfigure
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
parent81b1c8cbb5b486da60e81ba8435ddf08e554206a (diff)
downloadglibc-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')
-rw-r--r--sysdeps/powerpc/preconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/preconfigure b/sysdeps/powerpc/preconfigure
index deac5a41e2..dfe8e20399 100644
--- a/sysdeps/powerpc/preconfigure
+++ b/sysdeps/powerpc/preconfigure
@@ -56,7 +56,7 @@ fi
 
     ;;
 
-  a2|970|power[4-9]|power5x|power6+)
+  a2|970|power[4-9]|power5x|power6+|power10)
     submachine=${archcpu}
     if ${libc_cv_cc_submachine+:} false; then :
   $as_echo_n "(cached) " >&6