jam: update MAXLINE to fix build issues for ARM

Looks like it wasn't enough yet after the PM merge.

However we still have an issue with a silently failed Link action
which actually is smaller than the max line size...
This commit is contained in:
François Revol 2013-09-29 22:37:07 +02:00
parent 6d82b40597
commit d9e13d3607

View File

@ -464,7 +464,7 @@
*/
# ifndef MAXLINE
# define MAXLINE 140000 /* longest 'together' actions' */
# define MAXLINE 200000 /* longest 'together' actions' */
# endif
# ifndef EXITOK