diff options
author | jbglaw <jbglaw@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-11-26 21:53:23 +0000 |
---|---|---|
committer | jbglaw <jbglaw@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-11-26 21:53:23 +0000 |
commit | b4140ddb5b7ba1368b6dd3b1576f65e695e6390e (patch) | |
tree | 5491399fcb48c4e7a17a5386022001bb19fafe56 /config | |
parent | 3e78a7ce6c24bcae9e5e9fd7a1c49fa0048790b6 (diff) | |
download | gcc-b4140ddb5b7ba1368b6dd3b1576f65e695e6390e.tar.gz |
Merge ./config/ChangeLog with missing entries from Binutils
2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* config/ChangeLog: Merge entries from Binutils
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218101 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index ab3a773049d..2cbc8857c65 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -26,11 +26,22 @@ * isl.m4 (ISL_CHECK_VERSION): Check link of isl library for cross_compiling. +2014-08-19 Alan Modra <amodra@gmail.com> + + * plugins.m4 (AC_PLUGINS): If plugins are enabled, add -ldl to + LIBS via AC_SEARCH_LIBS. + 2014-08-18 Roman Gareev <gareevroman@gmail.com> * cloog.m4: Remove the path to isllibs from clooglibs. * isl.m4: Add paths to islinc, isllibs. +2014-08-14 Alan Modra <amodra@gmail.com> + + * plugins.m4: Test for dlfcn.h or windows.h here to set default + for --enable-plugins. Report error if someone tries to enable + plugins on a host we don't support. + 2014-07-26 Uros Bizjak <ubizjak@gmail.com> PR target/47230 @@ -45,6 +56,10 @@ PR target/43538 * mt-gnu: Don't reset CXXFLAGS_FOR_TARGET. +2013-12-07 Mike Frysinger <vapier@gentoo.org> + + * acinclude.m4: Remove +x file mode. + 2013-11-29 Marek Polacek <polacek@redhat.com> * bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Remove -lpthread -ldl. |