Fix previous commit for non-x64

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
Robbie Harwood 2023-01-11 11:00:47 -05:00
parent b84b21f7a2
commit 217ae25d88

View file

@ -32,7 +32,12 @@
-e 's/^/ -fno-strict-aliasing /' \\\ -e 's/^/ -fno-strict-aliasing /' \\\
%{nil} %{nil}
%global host_cflags %{expand:%%(echo %{build_cflags} %{?_hardening_cflags} | %{cflags_sed})} -fstack-protector-strong -fcf-protection %global host_cflags_ %{expand:%%(echo %{build_cflags} %{?_hardening_cflags} | %{cflags_sed})} -fstack-protector-strong
%ifarch x86_64
%global host_cflags %{host_cflags_} -fcf-protection
%else
%global host_cflags %{host_cflags_}
%endif
%global legacy_host_cflags \\\ %global legacy_host_cflags \\\
%{expand:%%(echo %{host_cflags} | \\\ %{expand:%%(echo %{host_cflags} | \\\
sed \\\ sed \\\