From 76c0bbbbe8ff2b4180f8fc07b32e0559ffcb6039 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 1 Dec 2000 19:17:47 +0000 Subject: 2000-12-01 Joel Sherrill * configure.in: Removed error check for enabling macros with either POSIX or ITRON API. --- c/src/exec/ChangeLog | 5 +++++ c/src/exec/configure.in | 8 -------- cpukit/ChangeLog | 5 +++++ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/c/src/exec/ChangeLog b/c/src/exec/ChangeLog index 47039f136d..a001a18506 100644 --- a/c/src/exec/ChangeLog +++ b/c/src/exec/ChangeLog @@ -1,3 +1,8 @@ +2000-12-01 Joel Sherrill + + * configure.in: Removed error check for enabling macros with + either POSIX or ITRON API. + 2000-11-09 Ralf Corsepius * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. diff --git a/c/src/exec/configure.in b/c/src/exec/configure.in index b5c62b66c9..1ed174c951 100644 --- a/c/src/exec/configure.in +++ b/c/src/exec/configure.in @@ -40,14 +40,6 @@ RTEMS_CHECK_ITRON_API(RTEMS_BSP) # If RTEMS macros are enabled, then use them. Otherwise, use inlines. if test "$RTEMS_USE_MACROS" = "yes"; then INLINEdir="macros" - if test "$HAS_POSIX_API" = "yes"; then - # The problem is that there is currently no code in posix/macros :) - AC_MSG_ERROR(Macros are not implemented for the POSIX API) - fi - if test "$HAS_ITRON_API" = "yes"; then - # The problem is that there is currently no code in itron/macros :) - AC_MSG_ERROR(Macros are not implemented for the ITRON API) - fi else INLINEdir="inline" fi diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 47039f136d..a001a18506 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2000-12-01 Joel Sherrill + + * configure.in: Removed error check for enabling macros with + either POSIX or ITRON API. + 2000-11-09 Ralf Corsepius * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. -- cgit v1.2.3