Patch rtems-rc-20000707-1-cvs.diff from Ralf Corsepius

<corsepiu@faw.uni-ulm.de> that adds a piece of the
*-rc-20000705-? series that was not added to CVS accidentally.
This commit is contained in:
Joel Sherrill
2000-07-07 17:01:29 +00:00
parent d74fdb5b7d
commit 823938fa4c

View File

@@ -27,5 +27,11 @@ dnl some versions of newlib provide rtems_provides_crt0()
CC=$rtems_save_CC]) CC=$rtems_save_CC])
RTEMS_USE_NEWLIB="$rtems_cv_use_newlib" RTEMS_USE_NEWLIB="$rtems_cv_use_newlib"
AC_SUBST(RTEMS_USE_NEWLIB) AC_SUBST(RTEMS_USE_NEWLIB)
if test x"${RTEMS_USE_NEWLIB}" = x"yes";
then
AC_DEFINE_UNQUOTED(RTEMS_NEWLIB,1,[if using newlib])
AC_DEFINE_UNQUOTED(MALLOC_PROVIDED,1,[if malloc is provided])
fi
]) ])