summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-21 18:46:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-21 18:46:36 +0000
commit31668a675621f4e90f294963e73d0576d7c87591 (patch)
tree6e56e10cd32707a1b647a023b0d40072149630bc /aclocal
parentAdded bare bsp from Chris Johns <cjohns@plessey.com.au>. (diff)
downloadrtems-31668a675621f4e90f294963e73d0576d7c87591.tar.bz2
Use gcc to look for size also
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