Merge branch 'master' of git://github.com/ucb-bar/riscv-tests into configure
[riscv-tests.git] / configure.ac
1 AC_INIT(riscv-tests, 1.0)
2
3 cross_compiling=yes
4 AC_PROG_CC([riscv-gcc])
5
6 AC_OUTPUT(
7 Makefile
8 )