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-04-27 16:58:14 +0900
commite516560180949b243d044b7f4e06516a9a765f8d (patch)
tree576a0296d2ba39ccb8e07661e48a74d9c4736ce1
parent2429756b26779e45d95669a767d854e9c264e49e (diff)
downloadcoreclr-e516560180949b243d044b7f4e06516a9a765f8d.tar.gz
coreclr-e516560180949b243d044b7f4e06516a9a765f8d.tar.bz2
coreclr-e516560180949b243d044b7f4e06516a9a765f8d.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