From bb8ceb1636daec713b4bded2d86925c47ea8799f Mon Sep 17 00:00:00 2001 From: Andrey Kazmin Date: Thu, 8 Apr 2021 15:37:12 +0300 Subject: [PATCH] Fixed hwasan build Signed-off-by: Andrey Kazmin --- packaging/linux-exynos-tm2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/linux-exynos-tm2.spec b/packaging/linux-exynos-tm2.spec index b5d07e67a76d..8c11c1400d1e 100644 --- a/packaging/linux-exynos-tm2.spec +++ b/packaging/linux-exynos-tm2.spec @@ -85,6 +85,7 @@ headers are used by the installed headers for GNU glibc and other system %build %{?asan:/usr/bin/gcc-unforce-options} +%{?hwasan:/usr/bin/gcc-unforce-options} %{?ubsan:/usr/bin/gcc-unforce-options} # Make sure EXTRAVERSION says what we want it to say -- 2.34.1