From 8b00d6e6f88bc2c3e4b94846c13effe48eec8f07 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 14 Oct 2009 12:37:45 +0000 Subject: =?UTF-8?q?2009-10-14=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Remove RTEMS_UNIX, RTEMS_UNIXLIB. --- cpukit/ChangeLog | 4 ++++ cpukit/configure.ac | 10 ---------- 2 files changed, 4 insertions(+), 10 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 193374d21c..a463e3b7ac 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2009-10-14 Ralf Corsépius + + * configure.ac: Remove RTEMS_UNIX, RTEMS_UNIXLIB. + 2009-10-14 Ralf Corsépius * configure.ac: Remove some unix-specific checks. diff --git a/cpukit/configure.ac b/cpukit/configure.ac index a90f8aaf0d..958f14ad98 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -162,16 +162,6 @@ RTEMS_CPUOPT([RTEMS_NETWORKING], [1], [if networking is enabled]) -RTEMS_CPUOPT([RTEMS_UNIX], - [test x"$RTEMS_CPU" = xunix], - [1], - [to indicate RTEMS unix]) - -RTEMS_CPUOPT([RTEMS_UNIXLIB], - [test x"${enable_unixlib}" = xyes], - [1], - [to indicate RTEMS using RTEMS's unixlib]) - RTEMS_CPUOPT([RTEMS_USES_TAR_H], [test x"${RTEMS_USES_TAR_H}" = x"yes"], [1], -- cgit v1.2.3