Browse Source

correction if if statement verification

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

2
SPECS/glibc.spec

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


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

Loading…
Cancel
Save