Steve Ellcey wrote:
While integrating a newer libtool into GCC, an issue arose with what
value libtool was setting max_cmd_len to. This patch uses 'getconf
ARG_MAX' to set lt_cv_sys_max_cmd_len instead of going through a loop to
try and divine the right value, this should give a more accurate va
On Wed, 2007-05-30 at 15:58 -0700, Steve Ellcey wrote:
> While integrating a newer libtool into GCC, an issue arose with what
> value libtool was setting max_cmd_len to. This patch uses 'getconf
> ARG_MAX' to set lt_cv_sys_max_cmd_len instead of going through a loop to
> try and divine the right v
While integrating a newer libtool into GCC, an issue arose with what
value libtool was setting max_cmd_len to. This patch uses 'getconf
ARG_MAX' to set lt_cv_sys_max_cmd_len instead of going through a loop to
try and divine the right value, this should give a more accurate value
and should be fast
On Wed, May 30, 2007 at 04:17:28PM +0200, Paolo Bonzini wrote:
> H. J. Lu wrote:
> >On Wed, May 30, 2007 at 08:09:25AM +0200, Paolo Bonzini wrote:
> >>>Gcj isn't available for compile-and-link test when building libjava.
> >>I found a solution, which is to add a ltgcc.m4 file to the toplevel,
> >>
H. J. Lu wrote:
On Wed, May 30, 2007 at 08:09:25AM +0200, Paolo Bonzini wrote:
Gcj isn't available for compile-and-link test when building libjava.
I found a solution, which is to add a ltgcc.m4 file to the toplevel,
where we can override macros as we wish. For example, you can put a
copy of
On Wed, May 30, 2007 at 08:09:25AM +0200, Paolo Bonzini wrote:
> >Gcj isn't available for compile-and-link test when building libjava.
>
> I found a solution, which is to add a ltgcc.m4 file to the toplevel,
> where we can override macros as we wish. For example, you can put a
> copy of the Jav
On Wed, 2007-05-30 at 08:09 +0200, Paolo Bonzini wrote:
> > Gcj isn't available for compile-and-link test when building libjava.
>
> I found a solution, which is to add a ltgcc.m4 file to the toplevel,
> where we can override macros as we wish. For example, you can put a
> copy of the Java conf