diff options
| author | Roger Sayle <roger@eyesopen.com> | 2005-03-05 16:32:59 +0000 |
|---|---|---|
| committer | Roger Sayle <sayle@gcc.gnu.org> | 2005-03-05 16:32:59 +0000 |
| commit | 60b92d702890eae310fddaf1dac424743ce5292b (patch) | |
| tree | f8d60198c28fbc7307f036392bd38789789f66eb /libjava/ChangeLog | |
| parent | 6439fffd56602ed319edd795a3ef86b164c3f762 (diff) | |
| download | gcc-60b92d702890eae310fddaf1dac424743ce5292b.tar.gz gcc-60b92d702890eae310fddaf1dac424743ce5292b.tar.bz2 gcc-60b92d702890eae310fddaf1dac424743ce5292b.zip | |
re PR bootstrap/20155 (libgcj build fails with "execvp: /bin/sh: Argument list too long")
2005-03-05 Roger Sayle <roger@eyesopen.com>
Alexandre Oliva <aoliva@redhat.com>
Kelley Cook <kcook@gcc.gnu.org>
PR libgcj/20155
* Makefile.am (libgcj0_convenience.la): New rule to create a file
of the object files to link to avoid exceeding the command line
length limits on some platforms.
(clean-local): Clean up objectlist files.
* Makefile.in: Regenerate.
Co-Authored-By: Alexandre Oliva <aoliva@redhat.com>
Co-Authored-By: Kelley Cook <kcook@gcc.gnu.org>
From-SVN: r95934
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index c3be3104326..713fb89b2b5 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,14 @@ +2005-03-05 Roger Sayle <roger@eyesopen.com> + Alexandre Oliva <aoliva@redhat.com> + Kelley Cook <kcook@gcc.gnu.org> + + PR libgcj/20155 + * Makefile.am (libgcj0_convenience.la): New rule to create a file + of the object files to link to avoid exceeding the command line + length limits on some platforms. + (clean-local): Clean up objectlist files. + * Makefile.in: Regenerate. + 2005-03-05 Andreas Tobler <a.tobler@schweiz.ch> * java/lang/dtoa.c (_dtoa_r): Initialize variables ilim, ilim1 and |
