Changeset b47a7cc in rtems


Ignore:
Timestamp:
09/30/11 01:55:27 (12 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
30e4954
Parents:
b0792d23
Message:

2011-09-30 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Check for size of time_t.
Location:
testsuites
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • testsuites/psxtests/ChangeLog

    rb0792d23 rb47a7cc  
     12011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * configure.ac: Check for size of time_t.
     4
    152011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
    26
  • testsuites/psxtests/configure.ac

    rb0792d23 rb47a7cc  
    7979AC_CHECK_SIZEOF([blksize_t])
    8080AC_CHECK_SIZEOF([blkcnt_t])
     81AC_CHECK_SIZEOF([time_t])
    8182
    8283# Explicitly list all Makefiles here
  • testsuites/samples/ChangeLog

    rb0792d23 rb47a7cc  
     12011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * configure.ac: Check for size of time_t.
     4
    152011-09-16      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
    26
  • testsuites/samples/configure.ac

    rb0792d23 rb47a7cc  
    5656AM_CONDITIONAL(MPTESTS,test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes")
    5757
     58# FIXME: We should get rid of this. It's a cludge.
     59AC_CHECK_SIZEOF([time_t])
     60
    5861# Explicitly list all Makefiles here
    5962AC_CONFIG_FILES([Makefile
  • testsuites/sptests/ChangeLog

    rb0792d23 rb47a7cc  
     12011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * configure.ac: Check for size of time_t.
     4
    152011-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
    26
  • testsuites/sptests/configure.ac

    rb0792d23 rb47a7cc  
    2424
    2525RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
     26
     27# FIXME: We should get rid of this. It's a cludge.
     28AC_CHECK_SIZEOF([time_t])
    2629
    2730# Explicitly list all Makefiles here
Note: See TracChangeset for help on using the changeset viewer.