projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c370ed
)
Fix script typo
author
tvijlbrief@8f4aa443232130439ed134e0d8e213b8cec69547
<tvijlbrief@web>
Sun, 7 Jun 2020 11:54:04 +0000
(12:54 +0100)
committer
IkiWiki
<ikiwiki.info>
Sun, 7 Jun 2020 11:54:04 +0000
(12:54 +0100)
index.mdwn
patch
|
blob
|
history
diff --git
a/index.mdwn
b/index.mdwn
index 771bb93bd6ea3fccbc983610ffc182cd3b11093a..671538ab4b512a123f4e872e47f7ee4bbd20ad2c 100644
(file)
--- a/
index.mdwn
+++ b/
index.mdwn
@@
-120,7
+120,7
@@
Here is an example process of how to play with the soc code:
git clone https://git.libre-riscv.org/git/ieee754fpu.git
git clone https://git.libre-riscv.org/git/soc.git
- cd nmutil;
;
ake install; cd ..
+ cd nmutil;
m
ake install; cd ..
cd ieee754fpu; make install; cd ..
cd soc; make gitupdate; make install; cd ..