summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyungju Lee <leee.lee@samsung.com>2019-07-03 20:00:57 +0900
committerGleb Balykov <g.balykov@samsung.com>2019-08-06 12:41:53 +0300
commitcd4f0fd706aae1fcdbbace005cf39370d51fe19a (patch)
treeff41f1e5c0dbb526101a3d7fe11054e56cbca630
parent7e54ab1a90a5471af4b13593e83b56b8c5f10864 (diff)
downloadcoreclr-cd4f0fd706aae1fcdbbace005cf39370d51fe19a.tar.gz
coreclr-cd4f0fd706aae1fcdbbace005cf39370d51fe19a.tar.bz2
coreclr-cd4f0fd706aae1fcdbbace005cf39370d51fe19a.zip
[Tizen] Remove -DFEATURE_GDBJIT=TRUE from spec file
Change-Id: Ic0b8bfc8ab45284ecda5ab99e683224368e607f5
-rwxr-xr-xpackaging/coreclr.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index ed5410d341..78f274a9f2 100755
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -208,7 +208,7 @@ export CXXFLAGS+="-fstack-protector-strong"
# No build native and mscorlib.
%else
# Build native only.
-./build.sh -%{_barch} -%{_buildtype} -numproc %{_numproc} -skipmscorlib -skipgenerateversion -skipnuget -msbuildonunsupportedplatform -cmakeargs "-DFEATURE_GDBJIT=TRUE -DCLR_ADDITIONAL_LINKER_FLAGS=-Wl,-z,relro" %{_pgo_flags}
+./build.sh -%{_barch} -%{_buildtype} -numproc %{_numproc} -skipmscorlib -skipgenerateversion -skipnuget -msbuildonunsupportedplatform -cmakeargs "-DCLR_ADDITIONAL_LINKER_FLAGS=-Wl,-z,relro" %{_pgo_flags}
%endif
%else
%if 0%{skipnative}
@@ -216,7 +216,7 @@ export CXXFLAGS+="-fstack-protector-strong"
./build.sh -%{_barch} -%{_buildtype} -numproc %{_numproc} -skiprestore -skipnative -skipnuget -skipcrossgen -msbuildonunsupportedplatform
%else
# Build native and mscorlib.
-./build.sh -%{_barch} -%{_buildtype} -numproc %{_numproc} -skipgenerateversion -skiprestore -skipnuget -skipcrossgen -msbuildonunsupportedplatform -cmakeargs "-DFEATURE_GDBJIT=TRUE -DCLR_ADDITIONAL_LINKER_FLAGS=-Wl,-z,relro" %{_pgo_flags}
+./build.sh -%{_barch} -%{_buildtype} -numproc %{_numproc} -skipgenerateversion -skiprestore -skipnuget -skipcrossgen -msbuildonunsupportedplatform -cmakeargs "-DCLR_ADDITIONAL_LINKER_FLAGS=-Wl,-z,relro" %{_pgo_flags}
%endif
%endif