projects
/
platform
/
upstream
/
libunwind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
5ecf9f7
)
Applied -fcommon for HWASan build
37/265437/1
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_7.0_base_tool
accepted/tizen_7.0_base_tool_hotfix
tizen_7.0_base
tizen_7.0_base_hotfix
accepted/tizen/7.0/base/20230714.002953
accepted/tizen/7.0/base/hotfix/20230714.003806
accepted/tizen/7.0/base/tool/20221028.121142
accepted/tizen/7.0/base/tool/hotfix/20221115.085642
accepted/tizen/base/tool/20211109.093926
submit/tizen_7.0_base/20221028.201101
submit/tizen_7.0_base_hotfix/20221115.161601
submit/tizen_base/20211104.091630
tizen_7.0_m2_release
author
Andrey Kazmin
<a.kazmin@partner.samsung.com>
Wed, 24 Mar 2021 13:31:40 +0000
(16:31 +0300)
committer
Andrey Kazmin
<a.kazmin@partner.samsung.com>
Tue, 19 Oct 2021 10:24:18 +0000
(13:24 +0300)
Change-Id: Icd877497348287236a59440dae400cb2c2845a63
Signed-off-by: Andrey Kazmin <a.kazmin@partner.samsung.com>
packaging/libunwind.spec
patch
|
blob
|
history
diff --git
a/packaging/libunwind.spec
b/packaging/libunwind.spec
index
e1e261a
..
450634d
100644
(file)
--- a/
packaging/libunwind.spec
+++ b/
packaging/libunwind.spec
@@
-43,6
+43,9
@@
cp %{SOURCE1001} .
%if "%{asan}" == "1"
%restore_fcommon
%endif
+%if "%{hwasan}" == "1"
+%restore_fcommon
+%endif
autoreconf -fi
%configure
make %{?_smp_mflags}