Changeset c9dcf77c in rtems


Ignore:
Timestamp:
11/15/02 14:28:55 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
69b2703
Parents:
f1c22e0
Message:

2002-11-15 Ralf Corsepius <corsepiu@…>

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

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    rf1c22e0 rc9dcf77c  
     12002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * custom/Cygwin-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
     4        * custom/Linux-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
     5        * custom/Solaris-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
     6        * custom/FreeBSD-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
     7        * custom/HPUX9-posix.cfg: Remove -DRTEMS_UNIXLIB -DRTEMS_UNIX.
     8
    192002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
    210
  • make/custom/Cygwin-posix.cfg

    rf1c22e0 rc9dcf77c  
    1616
    1717LIBC_DEFINES =-D_POSIX_C_SOURCE
    18 LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX
    1918
    2019# The following define the memory reserved in the executable for the
  • make/custom/FreeBSD-posix.cfg

    rf1c22e0 rc9dcf77c  
    1313
    1414LIBC_DEFINES =-D_POSIX_C_SOURCE
    15 LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX
    1615
    1716# The following define the memory reserved in the executable for the
  • make/custom/HPUX9-posix.cfg

    rf1c22e0 rc9dcf77c  
    2121INLINE_UPCASE=MACRO
    2222
    23 LIBC_DEFINES=-DRTEMS_UNIXLIB -DRTEMS_UNIX
    24 
    2523# The following define the memory reserved in the executable for the
    2624# RTEMS Workspace and the C Program Heap.
  • make/custom/Linux-posix.cfg

    rf1c22e0 rc9dcf77c  
    1616
    1717LIBC_DEFINES =-D_POSIX_C_SOURCE
    18 LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX
    1918
    2019# The following define the memory reserved in the executable for the
  • make/custom/Solaris-posix.cfg

    rf1c22e0 rc9dcf77c  
    1919LIBC_DEFINES += -DWORKSPACE_MB=2
    2020LIBC_DEFINES += -DHEAPSPACE_MB=1
    21 LIBC_DEFINES +=-DRTEMS_UNIXLIB -DRTEMS_UNIX
    2221
    2322DEFINES += -D__EXTENSIONS__ -Dsolaris2
Note: See TracChangeset for help on using the changeset viewer.