public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Libtool upgrade
@ 2001-05-20 12:06 Alexandre Oliva
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Oliva @ 2001-05-20 12:06 UTC (permalink / raw)
  To: gcc-patches, binutils

[-- Attachment #1: Type: text/plain, Size: 489 bytes --]

I'm upgrading libtool in GCC mainline and 3.0 branch, as well as src.
I'm rebuilding a number of configure scripts so as to use the new
libtool.m4 in them.  Since the patch is mostly uninsteresting, and
relatively large, I post it bzip2ed.

Index: ChangeLog
from  Alexandre Oliva  <aoliva@redhat.com>

	* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
	ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
	of subdir/configure scripts to use the new libtool.m4.


[-- Attachment #2: libtool-up.patch.bz2 --]
[-- Type: application/x-bzip2, Size: 12363 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: libtool upgrade
  2001-03-22  8:24 ` Laurynas Biveinis
@ 2001-03-22 10:11   ` Alexandre Oliva
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Oliva @ 2001-03-22 10:11 UTC (permalink / raw)
  To: Laurynas Biveinis; +Cc: gcc-patches, binutils

On Mar 22, 2001, "Laurynas Biveinis" <lauras@softhome.net> wrote:

> I'm afraid you've accidentally reverted following patch, because
> it wasn't integrated upstream (but I did pester three time since
> New Year, didn't I? ;-).

You did.  Sorry.  I forgot I still hadn't integrated it in CVS libtool
:-(

> So could you put this patch back there and upstream, please?

Here's what I'm checking in.  Thanks for your patience! :-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: libtool upgrade
  2001-03-21 21:28 libtool upgrade Alexandre Oliva
  2001-03-21 21:37 ` Alexandre Oliva
@ 2001-03-22  8:24 ` Laurynas Biveinis
  2001-03-22 10:11   ` Alexandre Oliva
  1 sibling, 1 reply; 5+ messages in thread
From: Laurynas Biveinis @ 2001-03-22  8:24 UTC (permalink / raw)
  To: Alexandre Oliva; +Cc: gcc-patches, binutils

On Thu, Mar 22, 2001 at 02:28:45AM -0300, Alexandre Oliva wrote:
> FYI, I've just upgraded the libtool scripts in the top-level directory
> of the GCC and src trees, as well as in the GCC 3.0 branch.  I've
> tested this snapshot of libtool on a dozen of different platforms,
> with --enable-shared builds of binutils and GCC, using system
> compilers where possible, and worked fine on all of them.

I'm afraid you've accidentally reverted following patch, because
it wasn't integrated upstream (but I did pester three time since
New Year, didn't I? ;-). So could you put this patch back there
and upstream, please?

2001-01-02  Laurynas Biveinis  <lauras@softhome.net>

        * ltcf-c.sh: clear ac_cv_prog_cc_pic for DJGPP. Do not add
        '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
        * ltcf-cxx.sh: likewise.
        * ltcf-gcj.sh: likewise.
        * ltconfig.sh: fix typo.
 
Laurynas

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: libtool upgrade
  2001-03-21 21:28 libtool upgrade Alexandre Oliva
@ 2001-03-21 21:37 ` Alexandre Oliva
  2001-03-22  8:24 ` Laurynas Biveinis
  1 sibling, 0 replies; 5+ messages in thread
From: Alexandre Oliva @ 2001-03-21 21:37 UTC (permalink / raw)
  To: gcc-patches; +Cc: binutils

On Mar 22, 2001, Alexandre Oliva <aoliva@redhat.com> wrote:

> FYI, I've just upgraded the libtool scripts in the top-level directory
> of the GCC and src trees, as well as in the GCC 3.0 branch.  I've
> tested this snapshot of libtool on a dozen of different platforms,
> with --enable-shared builds of binutils and GCC, using system
> compilers where possible, and worked fine on all of them.

Oh, I forgot to mention.  There's no urgent need to rebuild configure
scripts that import libtool.m4.  Since there are no compatibility
issues between the old libtool.m4 and the new ltconfig, I haven't
rebuilt any of them.  There is new or improved support for a few new
OSs, such as Darwin and HP-UX 11, for which a configure rebuild might
get things working slightly better, but this is not enough of a reason
to go rebuilding configure scripts at will :-)

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

^ permalink raw reply	[flat|nested] 5+ messages in thread

* libtool upgrade
@ 2001-03-21 21:28 Alexandre Oliva
  2001-03-21 21:37 ` Alexandre Oliva
  2001-03-22  8:24 ` Laurynas Biveinis
  0 siblings, 2 replies; 5+ messages in thread
From: Alexandre Oliva @ 2001-03-21 21:28 UTC (permalink / raw)
  To: gcc-patches, binutils

FYI, I've just upgraded the libtool scripts in the top-level directory
of the GCC and src trees, as well as in the GCC 3.0 branch.  I've
tested this snapshot of libtool on a dozen of different platforms,
with --enable-shared builds of binutils and GCC, using system
compilers where possible, and worked fine on all of them.

Since the patch is quite large, I'm posting it by reference:

http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.331.2.8&r2=1.331.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/ltconfig.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.15&r2=1.15.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/ltmain.sh.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.11&r2=1.11.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libtool.m4.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.5&r2=1.5.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/ltcf-c.sh.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.9&r2=1.9.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/ltcf-cxx.sh.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.12&r2=1.12.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/ltcf-gcj.sh.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.5&r2=1.5.4.1


http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.112&r2=1.113
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ltconfig.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ltmain.sh.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/libtool.m4.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ltcf-c.sh.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ltcf-cxx.sh.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ltcf-gcj.sh.diff?cvsroot=src&r1=1.3&r2=1.4

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-05-20 12:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-20 12:06 Libtool upgrade Alexandre Oliva
  -- strict thread matches above, loose matches on Subject: below --
2001-03-21 21:28 libtool upgrade Alexandre Oliva
2001-03-21 21:37 ` Alexandre Oliva
2001-03-22  8:24 ` Laurynas Biveinis
2001-03-22 10:11   ` Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).