From b75c550fda837f41d606d8f0b6e6794d9ef30c41 Mon Sep 17 00:00:00 2001 From: Colin Schmidt Date: Fri, 26 Feb 2016 15:44:54 -0800 Subject: allow make variables to be overwritten update configure configure now respects the host flag, rather than hardcoding the risc-v compiler --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c32adb1..d85ddd6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT(riscv-tests, 1.0) cross_compiling=yes -AC_PROG_CC([riscv64-unknown-elf-gcc]) +AC_PROG_CC AC_OUTPUT( Makefile -- cgit v1.1