projects
/
platform
/
upstream
/
armcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
146eb58
)
Use llvm-ar and llvm-ranlib for clang builds
sandbox/nmerinov/llvm
author
Nikolai Merinov
<n.merinov@samsung.com>
Tue, 12 Feb 2019 08:48:11 +0000
(11:48 +0300)
committer
Nikolai Merinov
<n.merinov@samsung.com>
Tue, 12 Feb 2019 08:48:11 +0000
(11:48 +0300)
packaging/libarmcl.spec
patch
|
blob
|
history
diff --git
a/packaging/libarmcl.spec
b/packaging/libarmcl.spec
index df77ac49ac793befb2f95bc1530f9bb746e1f37b..a624f56372208cefe384e9ba6c6d21f4e9c14610 100644
(file)
--- a/
packaging/libarmcl.spec
+++ b/
packaging/libarmcl.spec
@@
-43,6
+43,11
@@
Summary: Sample application and benchmark binaries to test ARM Compute Library
cp %{SOURCE1001} .
%build
+if echo "$CC" | grep clang ; then
+ sed -i -e 's/gcc-ar/llvm-ar/' \
+ -e 's/gcc-ranlib/llvm-ranlib/' \
+ SConstruct
+fi
echo %{_builddir}
scons -j8 \
Werror=0 \