Changeset b47a7cc in rtems
- Timestamp:
- 09/30/11 01:55:27 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 30e4954
- Parents:
- b0792d23
- Location:
- testsuites
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/psxtests/ChangeLog
rb0792d23 rb47a7cc 1 2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * configure.ac: Check for size of time_t. 4 1 5 2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
testsuites/psxtests/configure.ac
rb0792d23 rb47a7cc 79 79 AC_CHECK_SIZEOF([blksize_t]) 80 80 AC_CHECK_SIZEOF([blkcnt_t]) 81 AC_CHECK_SIZEOF([time_t]) 81 82 82 83 # Explicitly list all Makefiles here -
testsuites/samples/ChangeLog
rb0792d23 rb47a7cc 1 2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * configure.ac: Check for size of time_t. 4 1 5 2011-09-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de> 2 6 -
testsuites/samples/configure.ac
rb0792d23 rb47a7cc 56 56 AM_CONDITIONAL(MPTESTS,test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes") 57 57 58 # FIXME: We should get rid of this. It's a cludge. 59 AC_CHECK_SIZEOF([time_t]) 60 58 61 # Explicitly list all Makefiles here 59 62 AC_CONFIG_FILES([Makefile -
testsuites/sptests/ChangeLog
rb0792d23 rb47a7cc 1 2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * configure.ac: Check for size of time_t. 4 1 5 2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
testsuites/sptests/configure.ac
rb0792d23 rb47a7cc 24 24 25 25 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) 26 27 # FIXME: We should get rid of this. It's a cludge. 28 AC_CHECK_SIZEOF([time_t]) 26 29 27 30 # Explicitly list all Makefiles here
Note: See TracChangeset
for help on using the changeset viewer.