summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/canonicalize-tools.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/aclocal/canonicalize-tools.m4 b/aclocal/canonicalize-tools.m4
index 1689d315ca..71d7a4ebd5 100644
--- a/aclocal/canonicalize-tools.m4
+++ b/aclocal/canonicalize-tools.m4
@@ -16,6 +16,7 @@ if test "$rtems_cv_prog_gcc" = "yes" ; then
LD_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ld`
NM_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=nm`
RANLIB_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=ranlib`
+ SIZE_FOR_TARGET=`$CC_FOR_TARGET --print-prog-name=size`
fi
dnl check whether the tools exist