From 10f1ff7dc25651c15b1be72250da2ffd51c74de3 Mon Sep 17 00:00:00 2001 From: Sean McGovern Date: Mon, 3 Feb 2025 10:00:10 -0500 Subject: [PATCH] configure: add POWER9 & 10 cpus IBM introduced POWER9 in 2017 and likewise POWER10 in 2020. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d5e0bb6936..30e61c5bb5 100755 --- a/configure +++ b/configure @@ -5620,7 +5620,7 @@ elif enabled ppc; then cpuflags="-mcpu=$cpu" disable vsx ;; - power[7-8]*) + power[7-9]*|power10) cpuflags="-mcpu=$cpu" ;; cell)