From a1d1cf45a5299b84ea3f680dcc7a7f55a217a3ea Mon Sep 17 00:00:00 2001 From: "Ithamar R. Adema" Date: Sun, 15 Sep 2013 05:05:51 +0200 Subject: [PATCH] jam: update MAXLINE to fix build issues for ARM Jam is reporting "Link actions too long" so increase it. --- jam/jam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jam/jam.h b/jam/jam.h index 7d9c37ccc5..bb0953fc7e 100644 --- a/jam/jam.h +++ b/jam/jam.h @@ -464,7 +464,7 @@ */ # ifndef MAXLINE -# define MAXLINE 51200 /* longest 'together' actions' */ +# define MAXLINE 140000 /* longest 'together' actions' */ # endif # ifndef EXITOK