[Tizen] Pass compilation flags to asm files (#285)
authorGleb Balykov/AI Compiler Lab /SRR/Engineer/Samsung Electronics <g.balykov@samsung.com>
Tue, 23 Jun 2020 21:35:00 +0000 (00:35 +0300)
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Tue, 23 Jun 2020 21:35:00 +0000 (06:35 +0900)
packaging/coreclr.spec

index 4a9ad3a..f87e49a 100755 (executable)
@@ -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"