From: Andrey Kazmin Date: Thu, 11 Mar 2021 10:56:08 +0000 (+0300) Subject: Apply gcc-unforce-options for HWASan build X-Git-Tag: accepted/tizen/6.5/base/20230714.002754^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_7.0_base_hotfix;p=product%2Fupstream%2Ffindutils.git Apply gcc-unforce-options for HWASan build Change-Id: I7992b06b908cb3d447b19e9f235ae55d22934f4e Signed-off-by: Andrey Kazmin --- 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 ...