2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>

* configure.ac: Remove RTEMS_UNIX, RTEMS_UNIXLIB.
This commit is contained in:
Ralf Corsepius
2009-10-14 12:37:45 +00:00
parent 9e5acec51a
commit 8b00d6e6f8
2 changed files with 4 additions and 10 deletions

View File

@@ -1,3 +1,7 @@
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_UNIX, RTEMS_UNIXLIB.
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove some unix-specific checks.

View File

@@ -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],