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-02-21 14:47:06 +0900
commitc9e782378f6a0148e3cf414288ad6a8406aa0668 (patch)
treec3f1593c09f1b650dd63accc5c97683e54b5b7ba
parent31e1742bdb11d1d4ff160c9f9621dd4e200af3a9 (diff)
downloadcoreclr-c9e782378f6a0148e3cf414288ad6a8406aa0668.tar.gz
coreclr-c9e782378f6a0148e3cf414288ad6a8406aa0668.tar.bz2
coreclr-c9e782378f6a0148e3cf414288ad6a8406aa0668.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