summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2011-06-27 20:54:59 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2011-06-27 20:54:59 +0000
commit513aabe748fe846fc9633650e33d1973f756d05b (patch)
tree26291aa1b01958bc9f20a3fda66041ab12ea03db /ChangeLog
parent7fb64bdba23c2fa4cf8b5a005d2bb3ffd2e7abf6 (diff)
downloadgcc-513aabe748fe846fc9633650e33d1973f756d05b.tar.gz
re PR regression/47836 (Some Cross Compiler can't build target-libiberty or target-zlib)
PR regression/47836 PR bootstrap/23656 PR other/47733 PR bootstrap/49247 PR c/48825 * configure.ac (target_libraries): Remove target-libiberty. Remove all target-specific settings adding target-libiberty to skipdirs and noconfigdirs. Remove checking target_configdirs and removing target-libiberty but keeping target-libgcc if otherwise empty. * Makefile.def (target_modules): Don't add libiberty. (dependencies): Remove all traces of target-libiberty. * configure, Makefile.in: Regenerate. From-SVN: r175560
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d93f2ae089..15bba207a5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2011-06-27 Hans-Peter Nilsson <hp@axis.com>
+
+ PR regression/47836
+ PR bootstrap/23656
+ PR other/47733
+ PR bootstrap/49247
+ PR c/48825
+ * configure.ac (target_libraries): Remove target-libiberty.
+ Remove all target-specific settings adding target-libiberty to
+ skipdirs and noconfigdirs. Remove checking target_configdirs
+ and removing target-libiberty but keeping target-libgcc if
+ otherwise empty.
+ * Makefile.def (target_modules): Don't add libiberty.
+ (dependencies): Remove all traces of target-libiberty.
+ * configure, Makefile.in: Regenerate.
+
2011-06-27 Release Manager
* GCC 4.6.1 released.