"core/combo/TARGET_linux-arm.mk" did not exist on "88b607994a148f4af5bffee163e39ce8296750c6"
  • Jing Yu's avatar
    Make arm-linux-androideabi toolchain the default for Android build. · 9d396e37
    Jing Yu authored
    androideabi target is already in upstream GCC. The arm-linux-
    androideabi toolchain can be built directly from upstream GCC.
    Switching from old special tailored arm-eabi toolchain to the new
    arm-linux-androideabi toolchain make us closer to the opensource
    community and friendly to all toolchain developers.
    
    kernel still uses arm-eabi toolchain. So we add arm-eabi toolchain
    path to PATH.
    
    The arm-linux-androideabi-4.4.x toolchain is built with the same
    source as the latest arm-eabi-4.4.3 toolchain except for the
    target change patches.
    
    Change-Id: I1e5f2fe2faeee08f913f37e0ba93e84d2654a8ff
    9d396e37
TARGET_linux-arm.mk 10.2 KB