summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Balykov/AI Compiler Lab /SRR/Engineer/Samsung Electronics <g.balykov@samsung.com>2020-06-24 00:35:00 +0300
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>2020-06-24 06:35:00 +0900
commit5c97d445ae987d03d3e9f588272260b7ec683ddd (patch)
treea7ca4139a2bf46c85440e62f165d440990788049
parent982bdae7fce02ab9901b051109dacf060a5d1dfb (diff)
downloadcoreclr-5c97d445ae987d03d3e9f588272260b7ec683ddd.tar.gz
coreclr-5c97d445ae987d03d3e9f588272260b7ec683ddd.tar.bz2
coreclr-5c97d445ae987d03d3e9f588272260b7ec683ddd.zip
[Tizen] Pass compilation flags to asm files (#285)
-rwxr-xr-xpackaging/coreclr.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index 4a9ad3abb8..f87e49acee 100755
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -176,6 +176,7 @@ export CLANG_NO_LIBDIR_SUFFIX=1
export CFLAGS="${BASE_FLAGS}"
export CXXFLAGS="${BASE_FLAGS}"
+export ASMFLAGS="${BASE_FLAGS}"
%ifarch %{arm}
%if %{dotnet_buildtype} == "Release"