Replace x86_64 with %{x86_64}

On Rawhide this macro expands to:

  x86_64 x86_64_v2 x86_64_v3 x86_64_v4 amd64 em64t

Suggested-by: Jerry James
This commit is contained in:
Richard W.M. Jones 2026-02-18 17:52:32 +00:00
commit ee9df08052

View file

@ -259,7 +259,7 @@ sed -i '/^EXTRACAMLFLAGS=/aLINKOPTS=-cclib -lm' otherlibs/unix/Makefile
--disable-native-compiler \
--disable-native-toplevel \
%endif
%ifarch x86_64
%ifarch %{x86_64}
%if 0%{?_include_frame_pointers}
--enable-frame-pointers \
%endif