- Timestamp:
- Oct 14, 2009, 2:58:28 PM (10 years ago)
- Branches:
- 4.10, 4.11, master
- Children:
- 1b40826
- Parents:
- a61888b
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
ra61888b rf4ad19c8 1 1 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org> 2 2 3 * configure.ac: Remove UNIX AM_CONDITIONAL. 3 4 * libfs/Makefile.am: Unconditionally build src/pipe/fifo.c 4 5 src/pipe/pipe.c src/pipe/pipe.h. -
cpukit/configure.ac
ra61888b rf4ad19c8 262 262 # ... far too many conditionals ... 263 263 AM_CONDITIONAL(LIBRPC,[test x"$rtems_cv_HAS_NETWORKING" = x"yes"]) 264 AM_CONDITIONAL(UNIX,[test x"${RTEMS_CPU}" = x"unix"])265 264 AM_CONDITIONAL(NEWLIB,test x"$RTEMS_USE_NEWLIB" = x"yes") 266 265
Note: See TracChangeset
for help on using the changeset viewer.