Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit e370b32

Browse files
committed
Merge branch 'master' into scarv/xcrypto/v1.1.0
2 parents fa3ed61 + b57e9cb commit e370b32

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ Note that:
136136

137137
## Questions?
138138

139-
- use the
140-
[groups.io](https://groups.io)-based [discussion group](https://scarv.groups.io/g/xcrypto),
139+
- read the
140+
[wiki](https://github.com/scarv/xcrypto/wiki),
141141
- raise an
142142
[issue](https://github.com/scarv/xcrypto/issues),
143143
- raise a

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ${BUILD}/spec.commit :
2525
@if [[ $(shell git diff | wc --lines) -ne 0 ]] ; then echo '{\color{red}\bf -dirty}' >> ${@} ; fi
2626

2727
${BUILD}/spec.ise : ${REPO_HOME}/extern/riscv-opcodes/opcodes-xcrypto
28-
@cat ${^} | python3 ${REPO_HOME}/extern/riscv-opcodes/parse-opcodes -xcrypto-tex > ${@}
28+
@cat ${^} | python3 ${REPO_HOME}/extern/riscv-opcodes/parse_opcodes -xcrypto-tex > ${@}
2929

3030
include ${REPO_HOME}/extern/texmf/make/image.mk
3131

src/toolchain/clone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if [ ! -d $DIR_NEWLIB ]; then
5151
fi
5252

5353
cd $DIR_NEWLIB
54-
git checkout -B $BRANCH_NAME riscv-newlib-3.1.0
54+
git checkout -B $BRANCH_NAME
5555
cd -
5656

5757
# ------ Proxy Kernel (PK) -------------------------------------------------

0 commit comments

Comments
 (0)