Changeset b2e4f3a8 in rtems


Ignore:
Timestamp:
11/10/00 14:24:36 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ecd5441
Parents:
5dc2b66d
Message:

2000-11-10 Ralf Corsepius <corsepiu@…>

  • custom/Cygwin-posix.cfg: Add -USTRICT_ANSI to LIBC_DEFINES.
Location:
make
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    r5dc2b66d rb2e4f3a8  
     1
     22000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     3
     4        * custom/Cygwin-posix.cfg: Add -U__STRICT_ANSI__ to LIBC_DEFINES.
    15
    262000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
  • make/custom/Cygwin-posix.cfg

    r5dc2b66d rb2e4f3a8  
    1616
    1717# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
    18 LIBC_DEFINES =-D_POSIX_C_SOURCE
     18LIBC_DEFINES =-D_POSIX_C_SOURCE -U__STRICT_ANSI__
    1919LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED
    2020
Note: See TracChangeset for help on using the changeset viewer.