From mboxrd@z Thu Jan 1 00:00:00 1970 From: bryce@gcc.gnu.org To: bryce@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: libgcj/1736 Date: Thu, 22 Mar 2001 21:26:00 -0000 Message-id: <20010323052601.27226.qmail@sourceware.cygnus.com> X-SW-Source: 2001-03/msg00222.html List-Id: The following reply was made to PR libgcj/1736; it has been noted by GNATS. From: bryce@gcc.gnu.org To: gcc-gnats@gcc.gnu.org Cc: Subject: libgcj/1736 Date: 23 Mar 2001 05:18:16 -0000 CVSROOT: /cvs/gcc Module name: egcs Changes by: bryce@gcc.gnu.org 2001-03-22 21:18:16 Modified files: libjava : Makefile.am Makefile.in ChangeLog Log message: Fix for PR libgcj/1736. Thanks to Robert Boehne and Alexandre Oliva for libtool hacking. * Makefile.am (libgcj.la): New explicit rule. Echo the list of objects to a temporary file, then invoke libtool with the -objectlist paramater. (libgcjx.la): Likewise. * Makefile.in: Rebuilt. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/Makefile.am.diff?cvsroot=gcc&r1=1.133&r2=1.134 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/Makefile.in.diff?cvsroot=gcc&r1=1.143&r2=1.144 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.720&r2=1.721