projects
/
sdk
/
tools
/
netcoredbg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4024f1
)
Add clang-accel package to build requirement for arm.
author
Mikhail Kurinnoi
<m.kurinnoi@samsung.com>
Mon, 6 Apr 2020 09:24:29 +0000
(12:24 +0300)
committer
Mikhail Kurinnoi
<m.kurinnoi@samsung.com>
Mon, 6 Apr 2020 09:28:31 +0000
(12:28 +0300)
No reason build with emulation, if we could use clang cross-build and increase compilation speed dramatically.
packaging/netcoredbg.spec
patch
|
blob
|
history
diff --git
a/packaging/netcoredbg.spec
b/packaging/netcoredbg.spec
index ac7c03e1e9ae4f5f58ee455f358a2415bb72bc8a..62bfb8e04a31b5a84a6b7e447b23409fd5ab7b54 100644
(file)
--- a/
packaging/netcoredbg.spec
+++ b/
packaging/netcoredbg.spec
@@
-11,6
+11,11
@@
AutoReqProv: no
ExcludeArch: aarch64
+# Accelerate clang
+%ifarch %{arm}
+BuildRequires: clang-accel-armv7l-cross-arm
+%endif
+
BuildRequires: cmake
BuildRequires: clang >= 3.8
BuildRequires: clang-devel >= 3.8