Changeset 623893c in rtems


Ignore:
Timestamp:
01/29/01 15:43:46 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
4e568769
Parents:
4145ad6
Message:

2001-01-27 Ralf Corsepius <corsepiu@…>

  • include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not using NEWLIB, cleanup related comment.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/sapi/ChangeLog

    r4145ad6 r623893c  
     12001-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.d>
     2
     3        * include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not
     4        using NEWLIB, cleanup related comment.
     5
    162001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/exec/sapi/include/confdefs.h

    r4145ad6 r623893c  
    5858/*
    5959 *  RTEMS C Library and Newlib support
    60  *
    61  *  NOTE:  This ends up defining these even when newlib is not used.
    6260 */
    6361
    6462#ifdef RTEMS_NEWLIB
    6563#define CONFIGURE_NEWLIB_EXTENSION 1
    66 #endif
     64#else
     65#define CONFIGURE_NEWLIB_EXTENSION 0
     66#endif
     67
    6768#define CONFIGURE_MALLOC_REGION 1
    6869
  • cpukit/sapi/ChangeLog

    r4145ad6 r623893c  
     12001-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.d>
     2
     3        * include/confdefs.h: define CONFIGURE_NEWLIB_EXTENSION 0 if not
     4        using NEWLIB, cleanup related comment.
     5
    162001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • cpukit/sapi/include/confdefs.h

    r4145ad6 r623893c  
    5858/*
    5959 *  RTEMS C Library and Newlib support
    60  *
    61  *  NOTE:  This ends up defining these even when newlib is not used.
    6260 */
    6361
    6462#ifdef RTEMS_NEWLIB
    6563#define CONFIGURE_NEWLIB_EXTENSION 1
    66 #endif
     64#else
     65#define CONFIGURE_NEWLIB_EXTENSION 0
     66#endif
     67
    6768#define CONFIGURE_MALLOC_REGION 1
    6869
Note: See TracChangeset for help on using the changeset viewer.