From 834cd6bd0b65360515ba205ace61c96f83f81867 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Wed, 3 Dec 2014 17:50:37 -0800 Subject: Use new toolchain and calling convention --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index e843347..d0f935e 100755 --- a/configure +++ b/configure @@ -1713,7 +1713,7 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then - for ac_prog in riscv-gcc + for ac_prog in riscv64-unknown-elf-gcc do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 @@ -1757,7 +1757,7 @@ fi fi if test -z "$CC"; then ac_ct_CC=$CC - for ac_prog in riscv-gcc + for ac_prog in riscv64-unknown-elf-gcc do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -- cgit v1.1