summaryrefslogtreecommitdiff
path: root/packaging/coreclr.spec
diff options
context:
space:
mode:
authorDongkyun, Son <dongkyun.s@samsung.com>2017-07-24 21:13:12 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2017-08-16 14:12:16 +0900
commite4f5d7c97694a3cdf505f9d91aa17f21c07da44e (patch)
treed0c1f74a6ea713e03dec293f27a7e05aeea5ffc9 /packaging/coreclr.spec
parent0a7cc2baedbc45603f6bd85cdbd6cb418b5dc76a (diff)
downloadcoreclr-e4f5d7c97694a3cdf505f9d91aa17f21c07da44e.tar.gz
coreclr-e4f5d7c97694a3cdf505f9d91aa17f21c07da44e.tar.bz2
coreclr-e4f5d7c97694a3cdf505f9d91aa17f21c07da44e.zip
Add BuildRequires: clang-accel-*submit/tizen/20170816.061348
Clang acceleration is moved to separate clang-accel package from qemu-accel. Change-Id: I53fc66dac3b59c7e299b7f10669d6d84d2df3c56 Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
Diffstat (limited to 'packaging/coreclr.spec')
-rw-r--r--packaging/coreclr.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index 6ce61d43d3..78d07ce5cb 100644
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -61,13 +61,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}