From: Jiyoung Yun Date: Tue, 13 Dec 2016 07:04:59 +0000 (+0900) Subject: Add ExclusiveArch option X-Git-Tag: accepted/tizen/common/20170221.135530~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e33ecfdb65146d6851a4c9c749c3faf161d2f47;p=platform%2Fupstream%2Fcoreclr.git Add ExclusiveArch option ExclusiveArch: %arm x86_64 Change-Id: I40b8f28b31332bc0ab7c8c5aaef6409a6e415a39 Signed-off-by: Jiyoung Yun --- diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec index e533402..944dc67 100644 --- a/packaging/coreclr.spec +++ b/packaging/coreclr.spec @@ -1,19 +1,15 @@ %{!?dotnet_buildtype: %define dotnet_buildtype Release} -%ifarch armv7l +%ifarch x86_64 %define support_test 1 %define skipnative 0 %define skipmscorlib 0 -%else -%ifarch x86_64 +%endif + +%ifarch armv7l %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 @@ -33,6 +29,8 @@ Patch0: Add-Tizen-distro.patch Patch1: Do-not-ignore-project.lock.json.patch Patch2: Support-managed-build-on-armv7l-env.patch +ExclusiveArch: %arm x86_64 + BuildRequires: python BuildRequires: python-xml # libcoreclr.so