History log of /build/tools/adbs
Revision Date Author Comments
1526670628fc1a44cbe553253bdcd23f078c13be 11-Dec-2012 Ben Cheng <bccheng@google.com> Export TARGET_GCC_VERSION as an env variable.

Have it referenced by the adbs tool to pick the specified toolchain.

Change-Id: I23df88946254a55d0749d6753e54559faf33e121
a50ef1c12441d9eccfa75409c1392befaf2abed5 21-Apr-2012 Jean-Baptiste Queru <jbq@google.com> Switch to new locations of toolchains

Change-Id: I15a8be11b3d0f1985ffd97dd51a1af18e1ce7b67
f5172c7564e0d84bf02b9add47809ce10a9cff4f 30-Mar-2012 Jing Yu <jingyu@google.com> Switch default gcc toolchain from 4.4.3 to 4.6.

Switch both arm-linux-androideabi toolchainand arm-eabi toolchain.

Change-Id: I7b2771fe684853ab37e3b5b7cfe4146f9f901e02
aaf01f48ee2c84019edf8c76d0770a69994112b4 14-Mar-2012 Romain Guy <romainguy@google.com> Make adbs work again on Darwin x86.

We don't support building on Darwin PPC so let's always assume x86.

Change-Id: I079a4040f1c0a144d4cdd1e2b3d2a183c00bf7b0
cb8f66305caf4f9252112608ad93e2ef58321244 11-Jan-2012 Jean-Baptiste Queru <jbq@google.com> Revert "Point arm toolchain to the new gcc-4.6 one."

This reverts commit 1f87795eef3ab5f63675dc6e01f304d1a6e46d2a.
1f87795eef3ab5f63675dc6e01f304d1a6e46d2a 06-Jan-2012 Jing Yu <jingyu@google.com> Point arm toolchain to the new gcc-4.6 one.

Tested build mysid-eng, sojus-eng, trygon-eng, yakju-eng.

Change-Id: I742cf9fcf2407b9098c99136d67161ecf062ac01

Conflicts:

core/combo/TARGET_linux-arm.mk
77f31fe7280610cd47519616f061953215d28dbf 04-Sep-2010 Ying Wang <wangying@google.com> Fix dump vars.

Now you have to run config.mk instead of envsetup.mk to dump vars in the build system.

Change-Id: I6caaa7eb13dfd55f07303963f6337d51fb126bb9
9d396e37ac695916671614ab89797652ed02538c 30-Jul-2010 Jing Yu <jingyu@google.com> Make arm-linux-androideabi toolchain the default for Android build.

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
ada132a80ba7edde00ac71727a205d55578e3f47 17-Jun-2010 Jing Yu <jingyu@google.com> Switch toolchain from gcc-4.4.0 to gcc-4.4.3

gcc-4.4.3 toolchain is based on fsf GCC-4.4.3 with numerous patches.
It reduces 3.65% code size than the prebuilt gcc-4.4.0 toolchain,
and improves 3.4% performance on Android benchmarks.

The toolchain uses gold as default linker. With gold, the toolchain
further reduces 1MB system image.

Change-Id: I55eb4df185f2932e71498fcc28428e4d1b175393
e6b4e5b20ac8a3b01f1a99dd877a98c92036ce5e 13-Nov-2009 Jean-Baptiste Queru <jbq@google.com> eclair snapshot
9611ceb4608f8b64313b1c74a7ec36b64ef2daef 31-Aug-2009 Andy McFadden <fadden@android.com> Flush every line of output.

Works better when the output is piped through "tee" to a file.
ab007efd2fc18a92330ae0be88561b085167df01 11-Aug-2009 Ben Cheng <bccheng@android.com> Install the generic version of adbs to build/tools.