summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-09-30 01:55:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-09-30 01:55:27 +0000
commitb47a7ccb8d8b82a3cea8b61c526d60e484743cc1 (patch)
tree7abfc74015963823029499ff125fbbb5c1f8f897 /testsuites/sptests
parent2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b47a7ccb8d8b82a3cea8b61c526d60e484743cc1.tar.bz2
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for size of time_t.
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/ChangeLog4
-rw-r--r--testsuites/sptests/configure.ac3
2 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index 38dcb5b0c7..8112451f7b 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -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
diff --git a/testsuites/sptests/configure.ac b/testsuites/sptests/configure.ac
index fdf584a19b..e1830d8c49 100644
--- a/testsuites/sptests/configure.ac
+++ b/testsuites/sptests/configure.ac
@@ -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