Changeset 76c0bbbb in rtems


Ignore:
Timestamp:
12/01/00 19:17:47 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3fddd25c
Parents:
c9fd602
Message:

2000-12-01 Joel Sherrill <joel@…>

  • configure.in: Removed error check for enabling macros with either POSIX or ITRON API.
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/ChangeLog

    rc9fd602 r76c0bbbb  
     12000-12-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * configure.in: Removed error check for enabling macros with
     4        either POSIX or ITRON API.
     5
    162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/exec/configure.in

    rc9fd602 r76c0bbbb  
    4141if test "$RTEMS_USE_MACROS" = "yes"; then
    4242  INLINEdir="macros"
    43   if test "$HAS_POSIX_API" = "yes"; then
    44     # The problem is that there is currently no code in posix/macros :)
    45     AC_MSG_ERROR(Macros are not implemented for the POSIX API)
    46   fi
    47   if test "$HAS_ITRON_API" = "yes"; then
    48     # The problem is that there is currently no code in itron/macros :)
    49     AC_MSG_ERROR(Macros are not implemented for the ITRON API)
    50   fi
    5143else
    5244  INLINEdir="inline"
  • cpukit/ChangeLog

    rc9fd602 r76c0bbbb  
     12000-12-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * configure.in: Removed error check for enabling macros with
     4        either POSIX or ITRON API.
     5
    162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
Note: See TracChangeset for help on using the changeset viewer.