From 02c4ff905c84d9d0569788bcc29f88ae700604f5 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Tue, 6 Jun 2023 23:41:23 +0200 Subject: [PATCH] remove power10 specific code, we support all power Signed-off-by: Toshaan Bharvani --- SPECS/glibc.spec | 9 --------- 1 file changed, 9 deletions(-) diff --git a/SPECS/glibc.spec b/SPECS/glibc.spec index c91baee..7409025 100644 --- a/SPECS/glibc.spec +++ b/SPECS/glibc.spec @@ -1711,15 +1711,6 @@ build() # Default set of compiler options. build -%if %{buildpower10} -( - GCC="$GCC -mcpu=power10 -mtune=power10" - GXX="$GXX -mcpu=power10 -mtune=power10" - core_with_options="--with-cpu=power10" - build power10 -) -%endif - ############################################################################## # Install glibc... ##############################################################################