add empty benchmark
[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 )