2009-10-22 Joel Sherrill <joel.sherrill@oarcorp.com>

* Makefile.am: Build file IO related tests even with POSIX threading is
	disabled.
This commit is contained in:
Joel Sherrill
2009-10-22 14:54:29 +00:00
parent 3144f90c4f
commit ee7fc43b0e
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2009-10-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Build file IO related tests even with POSIX threading is
disabled.
2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Don't add -ansi -fasm to CFLAGS. * configure.ac: Don't add -ansi -fasm to CFLAGS.

View File

@@ -18,10 +18,8 @@ SUBDIRS += psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \
psxintrcritical01 psxstack01 psxintrcritical01 psxstack01
endif endif
if HAS_POSIX
## File IO tests ## File IO tests
SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01 SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01
endif
## Until sys/uio.h is moved to libcsupport, we have to have networking ## Until sys/uio.h is moved to libcsupport, we have to have networking
## enabled to support readv and writev. Hopefully this is a temporary ## enabled to support readv and writev. Hopefully this is a temporary