2001-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not
	using NEWLIB, cleanup related comment.
This commit is contained in:
Joel Sherrill
2001-01-29 15:43:46 +00:00
parent 4145ad6be7
commit 623893cc0d
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2001-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.d>
* include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not
using NEWLIB, cleanup related comment.
2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/confdefs.h: include cpuopts.h, replace stubdr w/ devnull.

View File

@@ -57,13 +57,14 @@ extern itron_api_configuration_table Configuration_ITRON_API;
/*
* RTEMS C Library and Newlib support
*
* NOTE: This ends up defining these even when newlib is not used.
*/
#ifdef RTEMS_NEWLIB
#define CONFIGURE_NEWLIB_EXTENSION 1
#else
#define CONFIGURE_NEWLIB_EXTENSION 0
#endif
#define CONFIGURE_MALLOC_REGION 1
/*

View File

@@ -1,3 +1,8 @@
2001-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.d>
* include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not
using NEWLIB, cleanup related comment.
2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/confdefs.h: include cpuopts.h, replace stubdr w/ devnull.

View File

@@ -57,13 +57,14 @@ extern itron_api_configuration_table Configuration_ITRON_API;
/*
* RTEMS C Library and Newlib support
*
* NOTE: This ends up defining these even when newlib is not used.
*/
#ifdef RTEMS_NEWLIB
#define CONFIGURE_NEWLIB_EXTENSION 1
#else
#define CONFIGURE_NEWLIB_EXTENSION 0
#endif
#define CONFIGURE_MALLOC_REGION 1
/*