forked from Imagelibrary/rtems
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for size of time_t.
This commit is contained in:
@@ -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>
|
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* psx16/init.c, psxclassic01/init.c, psxeintr_join/init.c:
|
* psx16/init.c, psxclassic01/init.c, psxeintr_join/init.c:
|
||||||
|
|||||||
@@ -78,6 +78,7 @@ AC_CHECK_DECLS([seteuid],[],[],[#include <unistd.h>])
|
|||||||
AC_CHECK_SIZEOF([off_t])
|
AC_CHECK_SIZEOF([off_t])
|
||||||
AC_CHECK_SIZEOF([blksize_t])
|
AC_CHECK_SIZEOF([blksize_t])
|
||||||
AC_CHECK_SIZEOF([blkcnt_t])
|
AC_CHECK_SIZEOF([blkcnt_t])
|
||||||
|
AC_CHECK_SIZEOF([time_t])
|
||||||
|
|
||||||
# Explicitly list all Makefiles here
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
|
|||||||
@@ -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>
|
2011-09-16 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
|
||||||
|
|
||||||
* fileio/fileio.scn: New file.
|
* fileio/fileio.scn: New file.
|
||||||
|
|||||||
@@ -55,6 +55,9 @@ AM_CONDITIONAL([CXXTESTS],[test $CXXTESTS = "yes"])
|
|||||||
AM_CONDITIONAL(NETTESTS,test "$rtems_cv_RTEMS_NETWORKING" = "yes")
|
AM_CONDITIONAL(NETTESTS,test "$rtems_cv_RTEMS_NETWORKING" = "yes")
|
||||||
AM_CONDITIONAL(MPTESTS,test "$rtems_cv_RTEMS_MULTIPROCESSING" = "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
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
base_sp/Makefile
|
base_sp/Makefile
|
||||||
|
|||||||
@@ -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>
|
2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* sp75/init.c, spcbssched01/init.c, spcbssched01/task1.c
|
* sp75/init.c, spcbssched01/init.c, spcbssched01/task1.c
|
||||||
|
|||||||
@@ -24,6 +24,9 @@ RTEMS_CANONICALIZE_TOOLS
|
|||||||
|
|
||||||
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
|
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
|
# Explicitly list all Makefiles here
|
||||||
AC_CONFIG_FILES([Makefile
|
AC_CONFIG_FILES([Makefile
|
||||||
sp01/Makefile
|
sp01/Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user