summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongkyun, Son <dongkyun.s@samsung.com>2017-07-24 21:13:12 +0900
committerDongkyun Son <dongkyun.s@samsung.com>2017-07-26 07:13:44 +0000
commit5d76425f7fe79b6ad7eb62dc97004013bfdd8c82 (patch)
tree0fcff34945e8ee2427bd46fb11f4276b8e75b073
parentca5db74c2a6a68346c4a2848de96d0f173d98ef5 (diff)
downloadcoreclr-5d76425f7fe79b6ad7eb62dc97004013bfdd8c82.tar.gz
coreclr-5d76425f7fe79b6ad7eb62dc97004013bfdd8c82.tar.bz2
coreclr-5d76425f7fe79b6ad7eb62dc97004013bfdd8c82.zip
Add BuildRequires: clang-accel-*submit/tizen/20170731.003255
Clang acceleration is moved to separate clang-accel package from qemu-accel. Change-Id: Ic77bf5696d9c1679cfd9c7df4980b06483eb18c2 Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
-rw-r--r--packaging/coreclr.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index 72695a0aad..82ea547abc 100644
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -56,13 +56,15 @@ Requires: libstdc++
Requires: libunwind
Requires: libuuid
-# Accelerate python
+# Accelerate python, clang
%ifarch %{arm}
BuildRequires: python-accel-armv7l-cross-arm
+BuildRequires: clang-accel-armv7l-cross-arm
%endif
%ifarch aarch64
BuildRequires: python-accel-aarch64-cross-aarch64
+BuildRequires: clang-accel-aarch64-cross-aarch64
%endif
%if 0%{skipnative}