projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7d3e94
)
[Tizen] Fix i586 build & add `-gdwarf-4`
accepted/tizen_unified_riscv
accepted/tizen/unified/riscv/20231226.055542
author
Hyungju Lee
<leee.lee@samsung.com>
Tue, 26 Dec 2023 01:17:19 +0000
(10:17 +0900)
committer
이형주/MDE Lab(SR)/삼성전자
<leee.lee@samsung.com>
Tue, 26 Dec 2023 01:23:47 +0000
(10:23 +0900)
packaging/coreclr-diagnostics.spec
patch
|
blob
|
history
diff --git
a/packaging/coreclr-diagnostics.spec
b/packaging/coreclr-diagnostics.spec
index 6bf4924e454cc619857140322faaf98964b296b2..57c55f97dc4607e7417ff0cfa4499c2d0841d3df 100755
(executable)
--- a/
packaging/coreclr-diagnostics.spec
+++ b/
packaging/coreclr-diagnostics.spec
@@
-113,7
+113,7
@@
done
%endif
%build
-BASE_FLAGS=" --target=%{_host} "
+BASE_FLAGS=" --target=%{_host}
-gdwarf-4
"
%ifarch x86_64
# Even though build architectur is x86_64, it will be running on arm board.
@@
-129,6
+129,7
@@
BASE_FLAGS=" --target=%{_host} "
%ifarch %{ix86}
%define _barch x86
export CLANG_NO_LIBDIR_SUFFIX=1
+export DOTNET_GCHeapHardLimit=1C0000000
BASE_FLAGS=$(echo $BASE_FLAGS | sed -e 's/--target=i686/--target=i586/')
BASE_FLAGS="$BASE_FLAGS -mstackrealign"
%else