Changeset c4069d4 in rtems


Ignore:
Timestamp:
01/04/02 18:08:57 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0666ea48
Parents:
67da219
Message:

2001-12-22 Ralf Corsepius <corsepiu@…>

  • custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
  • custom/FreeBSD-posix.cfg: Ditto.
  • custom/HPUX9-posix.cfg: Ditto.
  • custom/Linux-posix.cfg: Ditto.
  • custom/Solaris-posix.cfg: Ditto.
Location:
make
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    r67da219 rc4069d4  
     12001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * custom/Cygwin-posix.cfg: Remove -DMALLOC_PROVIDED.
     4        * custom/FreeBSD-posix.cfg: Ditto.
     5        * custom/HPUX9-posix.cfg: Ditto.
     6        * custom/Linux-posix.cfg: Ditto.
     7        * custom/Solaris-posix.cfg: Ditto.
     8
    192001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    210
  • make/custom/Cygwin-posix.cfg

    r67da219 rc4069d4  
    1717# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
    1818LIBC_DEFINES =-D_POSIX_C_SOURCE
    19 LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED
     19LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX
    2020
    2121# The following define the memory reserved in the executable for the
  • make/custom/FreeBSD-posix.cfg

    r67da219 rc4069d4  
    1414# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
    1515LIBC_DEFINES =-D_POSIX_C_SOURCE
    16 LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED
     16LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX
    1717
    1818# The following define the memory reserved in the executable for the
  • make/custom/HPUX9-posix.cfg

    r67da219 rc4069d4  
    2222
    2323# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
    24 LIBC_DEFINES=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED
     24LIBC_DEFINES=-DRTEMS_UNIXLIB -DRTEMS_UNIX
    2525
    2626# The following define the memory reserved in the executable for the
  • make/custom/Linux-posix.cfg

    r67da219 rc4069d4  
    1717# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
    1818LIBC_DEFINES =-D_POSIX_C_SOURCE
    19 LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED
     19LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX
    2020
    2121# The following define the memory reserved in the executable for the
  • make/custom/Solaris-posix.cfg

    r67da219 rc4069d4  
    1919LIBC_DEFINES += -DWORKSPACE_MB=2
    2020LIBC_DEFINES += -DHEAPSPACE_MB=1
    21 LIBC_DEFINES +=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED
     21LIBC_DEFINES +=-DRTEMS_UNIXLIB -DRTEMS_UNIX
    2222
    2323DEFINES += -D__EXTENSIONS__ -Dsolaris2
Note: See TracChangeset for help on using the changeset viewer.