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:
09a6f2a
)
[Tizen] Delete build warning
accepted/tizen_unified_toolchain
accepted/tizen/unified/toolchain/20240812.133338
accepted/tizen/unified/x/20240626.052148
accepted/tizen/unified/x/asan/20240813.231819
accepted/tizen/unified/x/asan/20241111.011520
author
Hyungju Lee
<leee.lee@samsung.com>
Tue, 25 Jun 2024 08:29:16 +0000
(17:29 +0900)
committer
이형주/MDE Lab(SR)/삼성전자
<leee.lee@samsung.com>
Tue, 25 Jun 2024 08:36:51 +0000
(17:36 +0900)
eng/common/dotnet-install.sh
patch
|
blob
|
history
diff --git
a/eng/common/dotnet-install.sh
b/eng/common/dotnet-install.sh
index 7e69e3a9e24a798ec71603c395d1453ba5e3b867..f2bbeeb9ed8f96808a74e6ffdecad94135a59506 100755
(executable)
--- a/
eng/common/dotnet-install.sh
+++ b/
eng/common/dotnet-install.sh
@@
-71,6
+71,9
@@
case $cpuname in
i[3-6]86)
buildarch=x86
;;
+ riscv64)
+ buildarch=riscv64
+ ;;
*)
echo "Unknown CPU $cpuname detected, treating it as x64"
buildarch=x64