Browse Source

correction if if statement verification

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 3 months ago
parent
commit
ea42d645d3
  1. 2
      SPECS/glibc.spec

2
SPECS/glibc.spec

@ -70,7 +70,7 @@ @@ -70,7 +70,7 @@
%endif

# Build the POWER10 runtime on POWER, but only for downstream.
%if %{cpuarch} == "power10"
%if "%{cpuarch}" == "power10"
%define buildpower10 1
%else
%define buildpower10 0

Loading…
Cancel
Save