projects
/
riscv-tests.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove vestigial j instruction test; improve jal test
[riscv-tests.git]
/
configure.ac
1
AC_INIT(riscv-tests, 1.0)
2
3
cross_compiling=yes
4
AC_PROG_CC
5
6
AC_OUTPUT(
7
Makefile
8
)