• Jing Yu's avatar
    Group needed libraries together to solve the cyclic dependence · 584f5b7a
    Jing Yu authored
    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
    584f5b7a
TARGET_linux-arm.mk 10.1 KB