From: Andrey Kazmin Date: Wed, 7 Apr 2021 14:52:40 +0000 (+0300) Subject: Fixed hwasan build X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa443fb01093e386f1fbb9417a1141bcdc2a456c;p=platform%2Fkernel%2Flinux-amlogic.git Fixed hwasan build Signed-off-by: Andrey Kazmin --- diff --git a/packaging/linux-amlogic.spec b/packaging/linux-amlogic.spec index 2aef3dc3ad19..1c2f4516b74d 100644 --- a/packaging/linux-amlogic.spec +++ b/packaging/linux-amlogic.spec @@ -138,6 +138,7 @@ counter events as well as various kernel internal events. %build export ARCH=%{buildarch} %{?asan:/usr/bin/gcc-unforce-options} +%{?hwasan:/usr/bin/gcc-unforce-options} %{?ubsan:/usr/bin/gcc-unforce-options} ## 1. Start of Build steps