[Tizen] Enable relocations optimizations for Tizen arm64 accepted/tizen/unified/20200714.065733 submit/tizen/20200714.001703
authorGleb Balykov <g.balykov@samsung.com>
Wed, 8 Jul 2020 09:47:00 +0000 (12:47 +0300)
committerAlexander Soldatov/AI Compiler Lab /SRR/Staff Engineer/Samsung Electronics <soldatov.a@samsung.com>
Mon, 13 Jul 2020 15:08:49 +0000 (18:08 +0300)
packaging/coreclr.spec

index f87e49a..68d4780 100755 (executable)
@@ -200,7 +200,7 @@ export CXXFLAGS+="-fstack-protector-strong"
 %endif
 %endif
 
-%ifarch %{arm}
+%ifarch %{arm} aarch64
 %define _ngen_relocs_opts cmakeargs "-DFEATURE_NGEN_RELOCS_OPTIMIZATIONS=true"
 %else
 %define _ngen_relocs_opts ""