diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2011-01-31 05:20:17 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2011-01-31 05:20:17 +0000 |
commit | 29a63921d9e05ea2932861ce6c1154f3ce9bbfe0 (patch) | |
tree | 5b827c5b1e4abb0059e15c7488325f2fed1d00e4 /ChangeLog | |
parent | ef591d3f0591cfd815232664da45816682ca98eb (diff) | |
download | gcc-29a63921d9e05ea2932861ce6c1154f3ce9bbfe0.zip gcc-29a63921d9e05ea2932861ce6c1154f3ce9bbfe0.tar.gz gcc-29a63921d9e05ea2932861ce6c1154f3ce9bbfe0.tar.bz2 |
re PR libgcj/44341 (libjava cross build fails when configured with --with-gmp=)
ChangeLog:
PR libgcj/44341
* configure.ac: Discard --with-* flags for host when configuring
target libraries for cross build.
* configure: Rebuilt.
gcc/ChangeLog:
PR libgcj/44341
* doc/install.texi: Document host options discarded when cross
configuring target libraries.
From-SVN: r169430
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2011-01-31 Alexandre Oliva <aoliva@redhat.com> + + PR libgcj/44341 + * configure.ac: Discard --with-* flags for host when configuring + target libraries for cross build. + * configure: Rebuilt. + 2011-01-25 Sebastian Pop <sebastian.pop@amd.com> * MAINTAINERS (linear loop transforms): Removed. |