⛏️ index : buildtools.git

author Ithamar R. Adema <ithamar@upgrade-android.com> 2013-09-15 5:05:51.0 +02:00:00
committer Ithamar R. Adema <ithamar@upgrade-android.com> 2013-09-15 5:05:51.0 +02:00:00
commit
a1d1cf45a5299b84ea3f680dcc7a7f55a217a3ea [patch]
tree
303ca35940190473b5e57cf37cdd5788f11c6248
parent
6e7ceb81be0897475e261e3ecaf820b45dc79c24
download
a1d1cf45a5299b84ea3f680dcc7a7f55a217a3ea.tar.gz

jam: update MAXLINE to fix build issues for ARM

Jam is reporting "Link actions too long" so increase it.

Diff

 jam/jam.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jam/jam.h b/jam/jam.h
index 7d9c37c..bb0953f 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