This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/33781] [4.3 Regression] "Arg list too long" building libgcc.a
- From: "roger at eyesopen dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Nov 2007 16:41:50 -0000
- Subject: [Bug bootstrap/33781] [4.3 Regression] "Arg list too long" building libgcc.a
- References: <bug-33781-754@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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