From 8deb29e50a6a068d32ebb5c125fd7331f905bfed Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Feb 28 2018 13:49:24 +0000 Subject: Make -fasynchronous-unwind-tables explicit on aarch64 (#1536431) This reflects the default built into GCC. --- diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 8cab5d3..aeba3fb 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 104 +Version: 105 Release: 1%{?dist} # No version specified. License: GPL+ @@ -183,6 +183,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Wed Feb 28 2018 Florian Weimer - 105-1 +- Make -fasynchronous-unwind-tables explicit on aarch64 (#1536431) + * Wed Feb 28 2018 Florian Weimer - 104-1 - Use -funwind-tables on POWER (#1536431, #1548847) diff --git a/rpmrc b/rpmrc index 1a32d26..17161f7 100644 --- a/rpmrc +++ b/rpmrc @@ -74,7 +74,7 @@ optflags: hades %{__global_compiler_flags} optflags: s390 %{__global_compiler_flags} -m31 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables optflags: s390x %{__global_compiler_flags} -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -optflags: aarch64 %{__global_compiler_flags} -fstack-clash-protection +optflags: aarch64 %{__global_compiler_flags} -fasynchronous-unwind-tables -fstack-clash-protection optflags: riscv64 %{__global_compiler_flags}