diff options
author | Dongkyun, Son <dongkyun.s@samsung.com> | 2017-07-24 21:13:12 +0900 |
---|---|---|
committer | Dongkyun, Son <dongkyun.s@samsung.com> | 2017-07-25 09:19:55 +0900 |
commit | 8c92f4bf2ca0446428c7824d3c1d4b897727a773 (patch) | |
tree | 0fcff34945e8ee2427bd46fb11f4276b8e75b073 | |
parent | 6f95d2d5740e2ac5f0f999b013928f8b38293b1e (diff) | |
download | coreclr-sandbox/dkson95/clang.tar.gz coreclr-sandbox/dkson95/clang.tar.bz2 coreclr-sandbox/dkson95/clang.zip |
Add BuildRequires: clang-accel-*sandbox/dkson95/clang
Clang acceleration is moved to 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.spec | 4 |
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} |