summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-12-01 05:43:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-12-01 05:43:07 +0000
commit87b4f1237ce8ea5417f71a3c4b49e36bf59a7158 (patch)
treed3835092b36c3c0232b579e22afd268a79f48fbf /testsuites/libtests/ChangeLog
parent2010-11-30 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-87b4f1237ce8ea5417f71a3c4b49e36bf59a7158.tar.bz2
2010-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for complex.h. Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated toolchains. * complex/Makefile.am: Apply HAS_COMPLEX.
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index e5860afb78..be67058759 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Check for complex.h.
+ Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated
+ toolchains.
+ * complex/Makefile.am: Apply HAS_COMPLEX.
+
2010-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add complex, math subdirs.