From 232429f6cc0c1a9d16f37bf05e728feb62752383 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 22 May 1998 12:26:47 +0000 Subject: Removed SIZE_FOR_TARGET change after Ralf pointed out that gcc does not properly report it all the time. --- aclocal/canonicalize-tools.m4 | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3