aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
blob: c32adb1b036fc04c9ff98d8580ef917da92a330e (plain)
1
2
3
4
5
6
7
8
AC_INIT(riscv-tests, 1.0)

cross_compiling=yes
AC_PROG_CC([riscv64-unknown-elf-gcc])

AC_OUTPUT(
    Makefile
)