This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/16253] bootstrapping java does not work when using GNU binutils


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-07-19 11:39 -------
Subject: Re:  bootstrapping java does not work when using GNU binutils

"rsandifo at redhat dot com" <gcc-bugzilla@gcc.gnu.org> writes:

> Hmm, so ncargs must just be an IRIX 6 thing.  Is there some other way
> of controlling the command-line limit?

at least on my IRIX 5.3 box, ncargs *is* included in the limits group:

 group: limits (dynamically changeable)
        bmappedpct = 50 (0x32)
        vnode_free_ratio = 2 (0x2)
        maxup = 150 (0x96)
        reserve_ncallout = 5 (0x5)
        maxsymlinks = 30 (0x1e)
        nprofile = 100 (0x64)
        maxwatchpoints = 100 (0x64)
        shlbmax = 8 (0x8)
        ncargs = 262144 (0x40000)

and I've raised it to the limit, just as on IRIX 6.

	Rainer


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16253


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]