summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2017-07-14 13:21:41 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2017-07-14 13:21:41 +0900
commit92edc27e907bb080dbe6259696077eb4dec73828 (patch)
treeec05262feb48b2775997d33b3398e61eafb644fc
parent5cd8b824074d6bc4bdce6890e6cc343acc04de03 (diff)
downloadcoreclr-92edc27e907bb080dbe6259696077eb4dec73828.tar.gz
coreclr-92edc27e907bb080dbe6259696077eb4dec73828.tar.bz2
coreclr-92edc27e907bb080dbe6259696077eb4dec73828.zip
Add missed "FEATURE_NI_BIND_FALLBACK=false" definesubmit/tizen/20170714.080629
Change-Id: I81d601ab13e1ce756df5e497ab23e1ce82156334 Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
-rw-r--r--packaging/coreclr.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index 13e0c663d2..ad88d75fba 100644
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -237,7 +237,7 @@ export PAL_DBG_CHANNELS=""
# No build native and mscorlib.
%else
# Build native only.
-./build.sh %{_barch} %{_buildtype} clang3.8 skipmscorlib skipgenerateversion skipnuget %{testopt} cmakeargs -DFEATURE_GDBJIT=TRUE cmakeargs -DFEATURE_DBGIPC=0 cmakeargs -DCMAKE_C_COMPILER=/usr/bin/clang cmakeargs -DCMAKE_CXX_COMPILER=/usr/bin/clang++
+./build.sh %{_barch} %{_buildtype} clang3.8 skipmscorlib skipgenerateversion skipnuget %{testopt} cmakeargs "-DFEATURE_GDBJIT=TRUE -DFEATURE_DBGIPC=0 -DFEATURE_NI_BIND_FALLBACK=false -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++"
%endif
%else
%if 0%{skipnative}
@@ -245,7 +245,7 @@ export PAL_DBG_CHANNELS=""
./build.sh %{_barch} %{_buildtype} -skiprestore skipnative skipnuget %{testopt}
%else
# Build native and mscorlib.
-./build.sh %{_barch} %{_buildtype} clang3.8 skipgenerateversion -skiprestore skipnuget %{testopt} cmakeargs -DFEATURE_GDBJIT=TRUE cmakeargs -DFEATURE_DBGIPC=0 cmakeargs -DCMAKE_C_COMPILER=/usr/bin/clang cmakeargs -DCMAKE_CXX_COMPILER=/usr/bin/clang++
+./build.sh %{_barch} %{_buildtype} clang3.8 skipgenerateversion -skiprestore skipnuget %{testopt} cmakeargs "-DFEATURE_GDBJIT=TRUE -DFEATURE_DBGIPC=0 -DFEATURE_NI_BIND_FALLBACK=false -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++"
%endif
%endif