From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25630 invoked by alias); 14 Nov 2001 17:33:34 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 25562 invoked from network); 14 Nov 2001 17:33:28 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sourceware.cygnus.com with SMTP; 14 Nov 2001 17:33:28 -0000 Received: (from mec@localhost) by duracef.shout.net (8.8.7/8.8.7) id LAA24289; Wed, 14 Nov 2001 11:33:14 -0600 Date: Mon, 05 Nov 2001 10:42:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200111141733.LAA24289@duracef.shout.net> To: ac131313@cygnus.com, aoliva@redhat.com, jeffh@redhat.com Subject: Re: [Patch] updated ltcf-*.sh, ltconfig, ltmain.sh Cc: binutils@sources.redhat.com, gdb-patches@sources.redhat.com X-SW-Source: 2001-11/txt/msg00055.txt.bz2 Andrew Cagney writes: > Changes need to be done in tandem with the official LIBTOOL > sources or submitted to the master file maintainer and brought > in via a merge. Indeed. I went through this procedure. Before I submitted this change to gcc, I submitted it to libtool and it was accepted in the mainline there. >From the libtool ChangeLog: 2001-07-09 Robert Boehne From Michael Elizabeth Chastain : * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Set max_cmd_len to a maximum of 512Kb, as it seems some HPUX 11.0 systems have trouble with 1MB. Alexandre Oliva asked me to mark this change as "gcc-local" in the gcc sources; I don't remember the reasoning behind this. You might want to run through your import procedure and check that it yields the fixed ltconfig now. I'm getting my libtool from "cvs -z3 -d :pserver:anoncvs@subversions.gnu.org/cvsroot/libtool co libtool" which I believe is the official source. Michael C