forked from Imagelibrary/rtems
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:
@@ -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>
|
2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* include/confdefs.h: include cpuopts.h, replace stubdr w/ devnull.
|
* include/confdefs.h: include cpuopts.h, replace stubdr w/ devnull.
|
||||||
|
|||||||
@@ -57,13 +57,14 @@ extern itron_api_configuration_table Configuration_ITRON_API;
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* RTEMS C Library and Newlib support
|
* RTEMS C Library and Newlib support
|
||||||
*
|
|
||||||
* NOTE: This ends up defining these even when newlib is not used.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef RTEMS_NEWLIB
|
#ifdef RTEMS_NEWLIB
|
||||||
#define CONFIGURE_NEWLIB_EXTENSION 1
|
#define CONFIGURE_NEWLIB_EXTENSION 1
|
||||||
|
#else
|
||||||
|
#define CONFIGURE_NEWLIB_EXTENSION 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CONFIGURE_MALLOC_REGION 1
|
#define CONFIGURE_MALLOC_REGION 1
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -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>
|
2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* include/confdefs.h: include cpuopts.h, replace stubdr w/ devnull.
|
* include/confdefs.h: include cpuopts.h, replace stubdr w/ devnull.
|
||||||
|
|||||||
@@ -57,13 +57,14 @@ extern itron_api_configuration_table Configuration_ITRON_API;
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* RTEMS C Library and Newlib support
|
* RTEMS C Library and Newlib support
|
||||||
*
|
|
||||||
* NOTE: This ends up defining these even when newlib is not used.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef RTEMS_NEWLIB
|
#ifdef RTEMS_NEWLIB
|
||||||
#define CONFIGURE_NEWLIB_EXTENSION 1
|
#define CONFIGURE_NEWLIB_EXTENSION 1
|
||||||
|
#else
|
||||||
|
#define CONFIGURE_NEWLIB_EXTENSION 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CONFIGURE_MALLOC_REGION 1
|
#define CONFIGURE_MALLOC_REGION 1
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user