summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2016-12-13 13:56:09 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2017-06-13 18:51:51 +0900
commit8db953a69a435dbcc0998871f83dc404e3434ca9 (patch)
tree5eb5a266ff6bfc3706120ceb38bfe70a3739d7af
parent9e6f69830d9e5e621c38cbe9e0c46be5ff3e4cf9 (diff)
downloadcoreclr-8db953a69a435dbcc0998871f83dc404e3434ca9.tar.gz
coreclr-8db953a69a435dbcc0998871f83dc404e3434ca9.tar.bz2
coreclr-8db953a69a435dbcc0998871f83dc404e3434ca9.zip
Disable i586 and arm64 build
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com> Change-Id: If824a529778da8a1feffd0fbd53250df8dd465df
-rw-r--r--packaging/coreclr.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index f30f2f410f..e533402d96 100644
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -1,15 +1,19 @@
%{!?dotnet_buildtype: %define dotnet_buildtype Release}
-%ifarch x86_64
+%ifarch armv7l
%define support_test 1
%define skipnative 0
%define skipmscorlib 0
-%endif
-
-%ifarch armv7l
+%else
+%ifarch x86_64
%define support_test 1
%define skipnative 0
%define skipmscorlib 0
+%else
+%define support_test 0
+%define skipnative 1
+%define skipmscorlib 1
+%endif
%endif
Name: coreclr