From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23493 invoked by alias); 2 Nov 2007 16:42:00 -0000 Received: (qmail 23443 invoked by uid 48); 2 Nov 2007 16:41:50 -0000 Date: Fri, 02 Nov 2007 16:42:00 -0000 Message-ID: <20071102164150.23442.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/33781] [4.3 Regression] "Arg list too long" building libgcc.a In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "roger at eyesopen dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-11/txt/msg00178.txt.bz2 ------- Comment #8 from roger at eyesopen dot com 2007-11-02 16:41 ------- Created an attachment (id=14471) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14471&action=view) Default libgcc.a objects on mips-sgi-irix6.5 I'll respond to Jakub's latest comments before trying DJ's more recent patch. Running "getconf ARG_MAX" on my IRIX box, returns 20480, which is 20K. I believe this is the default, out of the box setting for my machine which is running IRIX 6.5.19m. Using cut'n'paste from the failing "make" output, I measure the current "$$objects" to be 25949 bytes. I've attached the "attempted" value of $objects to this e-mail. I'll give DJ's patch a spin... I apologise that this box isn't that speedy. Roger -- -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33781