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 )