From 24244c4ac2ed82289485099300f00a1c286f668b Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 5 Jul 2023 08:50:14 +0200 Subject: [PATCH] Remove armv7hl from optflags Fedora 36 is gone. --- rpmrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/rpmrc b/rpmrc index a69a6c4..a12e122 100644 --- a/rpmrc +++ b/rpmrc @@ -9,9 +9,6 @@ optflags: x86_64 %{__global_compiler_flags} -m64 %{__cflags_arch_x86_64} -mtune= optflags: ppc64le %{__global_compiler_flags} -m64 %{__cflags_arch_ppc64le} -fasynchronous-unwind-tables -fstack-clash-protection -# TODO: Remove armv7hl once f36 goes EOL. -optflags: armv7hl %{__global_compiler_flags} -march=armv7-a -mfpu=vfpv3-d16 -mtune=generic-armv7-a -mabi=aapcs-linux -mfloat-abi=hard %{_frame_pointers_cflags} - optflags: s390x %{__global_compiler_flags} -m64 %{__cflags_arch_s390x} -fasynchronous-unwind-tables -fstack-clash-protection optflags: aarch64 %{__global_compiler_flags} -mbranch-protection=standard -fasynchronous-unwind-tables %[ "%{toolchain}" == "gcc" ? "-fstack-clash-protection" : "" ] %{_frame_pointers_cflags} %{_frame_pointers_cflags_aarch64}