Removed SIZE_FOR_TARGET change after Ralf pointed out that gcc does

not properly report it all the time.
This commit is contained in:
Joel Sherrill
1998-05-22 12:26:47 +00:00
parent 550ca7d5e4
commit 232429f6cc

View File

@@ -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