summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-02-24 10:13:32 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-02-24 12:50:32 +0100
commit95d0c98cac5000da7f4f1fdd52299224b2f94235 (patch)
tree0ff773e88497f39f45747b1023b0f7622cce4f0e /testsuites/sptests/configure.ac
parentsptests/spcpucounter01: Adjust test (diff)
downloadrtems-95d0c98cac5000da7f4f1fdd52299224b2f94235.tar.bz2
score: Fix thread TLS area initialization
Do not use _TLS_Size here since this will lead GCC to assume that this symbol is not 0 and the later > 0 test will be optimized away.
Diffstat (limited to 'testsuites/sptests/configure.ac')
-rw-r--r--testsuites/sptests/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/sptests/configure.ac b/testsuites/sptests/configure.ac
index 79c15c4c8b..1ef58cc071 100644
--- a/testsuites/sptests/configure.ac
+++ b/testsuites/sptests/configure.ac
@@ -36,6 +36,7 @@ AM_CONDITIONAL(HAS_CPUSET,test x"${ac_cv_header_sys_cpuset_h}" = x"yes")
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
+sptls03/Makefile
spcpucounter01/Makefile
sptls02/Makefile
sptls01/Makefile