commit | 584f5b7a84b6187a3d72d42aa5af2f0bda2eb874 | [log] [tgz] |
---|---|---|
author | Jing Yu <jingyu@google.com> | Thu May 20 12:00:54 2010 -0700 |
committer | Jing Yu <jingyu@google.com> | Wed Jul 21 14:57:59 2010 -0700 |
tree | e42bc1bafad819e2fe8e473d23a78119d3302e3f | |
parent | c06243d1953c6e62238066c60486db70aa3a3b30 [diff] |
Group needed libraries together to solve the cyclic dependence between libc, libc_nomalloc and libgcc. When building with upcoming arm-linux-androideabi toolchain, Symbol raise is needed by libgcc.a and defined by libc.a or libc_nomalloc.a.which. This patch groups libgc.a, libc_nomalloc.a and libgcc.a together, which is a minimal group to solve this problem. Change-Id: I27ed78c495dc53c1db7b302da8704f5e478ad893