forked from Imagelibrary/rtems
Removed SIZE_FOR_TARGET change after Ralf pointed out that gcc does
not properly report it all the time.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user