This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

Re: Patch: Override auto-guessed max cmd line length in MingW


Mohan Embar wrote:
...
> +# This compensates for the fact that ltconfig chooses too high a length
> +# for the command line.
> +case $host_os in
> +       mingw*)
> +       lt_cv_sys_max_cmd_len=30000
> +       ;;

Should this not be "build_os" based? Or are they the same for
ltconfig? BTW, have you tried with recent MSYS 1.0.9 snapshots
which seem to have cured some of the ills that have plagued
the MSYS bash shell?

Ranjit.

-- 
Ranjit Mathew        Email: rmathew AT hotmail DOT com
Bangalore,           
INDIA.               Web: http://ranjitmathew.tripod.com/


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