From 13012b8c33bbd19a93c3f9e33d094aa90aa9e188 Mon Sep 17 00:00:00 2001 From: Andrey Kazmin Date: Thu, 11 Mar 2021 13:56:08 +0300 Subject: [PATCH] Apply gcc-unforce-options for HWASan build Change-Id: I7992b06b908cb3d447b19e9f235ae55d22934f4e Signed-off-by: Andrey Kazmin --- packaging/findutils.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/findutils.spec b/packaging/findutils.spec index b6fa27e..ff8cba2 100644 --- a/packaging/findutils.spec +++ b/packaging/findutils.spec @@ -45,6 +45,9 @@ cp %{SOURCE1001} . %if "%{asan}" == "1" %restore_fcommon %endif +%if "%{hwasan}" == "1" +%restore_fcommon +%endif %ifarch %arm armv5tel armv7l armv7el armv5el # this is a workaround for a qemu-user bug, we hit. A qemu patch is being discussed, but for now ... -- 2.7.4