aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-01-15 17:42:53 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2015-01-15 17:42:53 +0100
commit5fc6c02e6c815f9ba3348ddc49b5b1d7563ec35c (patch)
treeadc28e321474ac673cee7340afe45cf50328de31
parent83023733e8ac5fa28893b260664f6d6527b481ab (diff)
downloadcompcert-5fc6c02e6c815f9ba3348ddc49b5b1d7563ec35c.tar.gz
compcert-5fc6c02e6c815f9ba3348ddc49b5b1d7563ec35c.zip
Added missing $ for build_checklink
-rwxr-xr-xconfigure4
1 files 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