summaryrefslogtreecommitdiff
path: root/libmudflap/ChangeLog
diff options
context:
space:
mode:
authorJames E Wilson <wilson@specifixinc.com>2005-09-30 16:13:06 -0700
committerJim Wilson <wilson@gcc.gnu.org>2005-09-30 16:13:06 -0700
commitcc6ac522f94f5a49471249da9b55aee778272cd2 (patch)
tree5640ad73ab8b36db0e64e26d539b9e1a1d19f603 /libmudflap/ChangeLog
parent6a82a28a50a576a95355cb0917a02b501646f652 (diff)
downloadgcc-cc6ac522f94f5a49471249da9b55aee778272cd2.tar.gz
Don't build thread library for targets that don't support threads.
* configure.ac (pthread.h): Use AC_CHECK_HEADERS instead of AC_CHECK_HEADER. (target_thread_file): New. Set from sed'ed gcc output. (posix_threads): New. Set from target_thread_file. Use instead of ac_have_pthread_h. (pthread_create_version): Move initialization before code using it. * configure: Regenerate. From-SVN: r104838
Diffstat (limited to 'libmudflap/ChangeLog')
-rw-r--r--libmudflap/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog
index a6d0a1c433e..e125f01b159 100644
--- a/libmudflap/ChangeLog
+++ b/libmudflap/ChangeLog
@@ -1,5 +1,13 @@
2005-09-30 James E. Wilson <wilson@specifix.com>
+ * configure.ac (pthread.h): Use AC_CHECK_HEADERS instead of
+ AC_CHECK_HEADER.
+ (target_thread_file): New. Set from sed'ed gcc output.
+ (posix_threads): New. Set from target_thread_file. Use instead of
+ ac_have_pthread_h.
+ (pthread_create_version): Move initialization before code using it.
+ * configure: Regenerate.
+
* mf-heuristics.c (_end, ENTRY_POINT): Make them arrays with unknown
bounds.