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: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jan 2008 10:38:43 -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 #14 from fxcoudert at gcc dot gnu dot org 2008-01-31 10:38 -------
(In reply to comment #8)
> 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.
I've had the same problem, and it indeed goes away if you set your ARG_MAX to
something higher (I have 262144, which is the maximum possible value). It is
even mentioned in the target specific installation notes, though it says there
it is only required for Java. Maybe the target notes should be updated?
--
fxcoudert at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fxcoudert at gcc dot gnu dot
| |org
Keywords| |documentation
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33781