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

* configure.ac: Check for size of time_t.
This commit is contained in:
Ralf Corsepius
2011-09-30 01:55:27 +00:00
parent b0792d230e
commit b47a7ccb8d
6 changed files with 19 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for size of time_t.
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx16/init.c, psxclassic01/init.c, psxeintr_join/init.c:

View File

@@ -78,6 +78,7 @@ AC_CHECK_DECLS([seteuid],[],[],[#include <unistd.h>])
AC_CHECK_SIZEOF([off_t])
AC_CHECK_SIZEOF([blksize_t])
AC_CHECK_SIZEOF([blkcnt_t])
AC_CHECK_SIZEOF([time_t])
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile

View File

@@ -1,3 +1,7 @@
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for size of time_t.
2011-09-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* fileio/fileio.scn: New file.

View File

@@ -55,6 +55,9 @@ AM_CONDITIONAL([CXXTESTS],[test $CXXTESTS = "yes"])
AM_CONDITIONAL(NETTESTS,test "$rtems_cv_RTEMS_NETWORKING" = "yes")
AM_CONDITIONAL(MPTESTS,test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes")
# FIXME: We should get rid of this. It's a cludge.
AC_CHECK_SIZEOF([time_t])
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
base_sp/Makefile

View File

@@ -1,3 +1,7 @@
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for size of time_t.
2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp75/init.c, spcbssched01/init.c, spcbssched01/task1.c

View File

@@ -24,6 +24,9 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
# FIXME: We should get rid of this. It's a cludge.
AC_CHECK_SIZEOF([time_t])
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
sp01/Makefile