From 5fc6c02e6c815f9ba3348ddc49b5b1d7563ec35c Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Thu, 15 Jan 2015 17:42:53 +0100 Subject: Added missing $ for build_checklink --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 820ab650..447bc0a2 100755 --- a/configure +++ b/configure @@ -92,7 +92,7 @@ case "$target" in casmruntime="${toolprefix}gcc -c -Wa,-mregnames" clinker="${toolprefix}gcc" libmath="-lm" - cchecklink=build_checklink;; + cchecklink=${build_checklink};; powerpc-eabi-diab|ppc-eabi-diab) arch="powerpc" model="standard" @@ -104,7 +104,7 @@ case "$target" in asm_supports_cfi=false clinker="${toolprefix}dcc" libmath="-lm" - cchecklink=build_checklink;; + cchecklink=${build_checklink};; arm*-*) arch="arm" case "$target" in -- cgit