summaryrefslogtreecommitdiffstats
path: root/aclocal/canonicalize-tools.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-22 12:26:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-05-22 12:26:47 +0000
commit232429f6cc0c1a9d16f37bf05e728feb62752383 (patch)
treed8fd0ebb5f716b8489ca31842ce27654773948f9 /aclocal/canonicalize-tools.m4
parenthppa1.1 -> hppa1_1 remapping crept back in somehow -- gona again. (diff)
downloadrtems-232429f6cc0c1a9d16f37bf05e728feb62752383.tar.bz2
Removed SIZE_FOR_TARGET change after Ralf pointed out that gcc does
not properly report it all the time.
Diffstat (limited to 'aclocal/canonicalize-tools.m4')
-rw-r--r--aclocal/canonicalize-tools.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/aclocal/canonicalize-tools.m4 b/aclocal/canonicalize-tools.m4
index 71d7a4ebd5..1689d315ca 100644
--- a/aclocal/canonicalize-tools.m4
+++ b/aclocal/canonicalize-tools.m4
@@ -16,7 +16,6 @@ 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