projects
/
tools
/
gbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d48bbc0
)
Support RISC-V architectures
07/284607/1
author
Łukasz Stelmach
<l.stelmach@samsung.com>
Wed, 30 Mar 2022 18:53:04 +0000
(20:53 +0200)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Tue, 22 Nov 2022 00:41:58 +0000
(
01:41
+0100)
Change-Id: Ie5d4ba3bf2e7eaf12ac568e3bee89885ccada45f
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
gitbuildsys/cmd_build.py
patch
|
blob
|
history
diff --git
a/gitbuildsys/cmd_build.py
b/gitbuildsys/cmd_build.py
index
5b76dba
..
989ab0a
100644
(file)
--- a/
gitbuildsys/cmd_build.py
+++ b/
gitbuildsys/cmd_build.py
@@
-69,6
+69,8
@@
SUPPORTEDARCHS = [
'aarch64',
'mips',
'mipsel',
+ 'riscv32',
+ 'riscv64',
]
USERID = pwd.getpwuid(os.getuid())[0]