1 Sources for this prebuilt toolchain can be downloaded from Android Opensource 2 Project GIT repository git://android.googlesource.com/toolchain. 3 4 Configure options: 5 6 export CC="gcc -m64 -isystem /Developer/SDKs/MacOSX10.4u.sdk/usr/include -mmacosx-version-min=10.4 -Wno-format -Wno-deprecated-declarations" 7 export CXX="g++ -m64 -isystem /Developer/SDKs/MacOSX10.4u.sdk/usr/include -mmacosx-version-min=10.4 -Wno-format -Wno-deprecated-declarations" 8 export ABI=64 9 path/to/build/configure --target=arm-eabi \ 10 --host=x86_64-apple-darwin --build=x86_64-apple-darwin \ 11 --with-gcc-version=4.6 --with-binutils-version=2.21 \ 12 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 \ 13 --with-gdb-version=7.3.x --with-arch=armv5te \ 14 --with-sysroot=[ics generic sysroot] \ 15 --with-gold-version=2.21 --disable-gold \ 16 --disable-multilib 17 18 gcc/ synced to 19 commit 872d5db7c3471a9d7fa78a290f84eb13b13f587a 20 Author: Jing Yu <jingyu (a] google.com> 21 Date: Mon Mar 26 11:12:29 2012 -0700 22 23 binutils/ synced to 24 commit 4f7a86c0b53a80a21dae1015f6d6b857ed6e02ed 25 Author: Jing Yu <jingyu (a] google.com> 26 Date: Mon Apr 9 10:57:02 2012 -0700 27 28 gdb/ synced to 29 commit d3fbc74c42021bf9d385a3d3b8813d0d91318137 30 Author: Jing Yu <jingyu (a] google.com> 31 Date: Wed Feb 15 16:23:30 2012 -0800 32 33 gmp/ synced to 34 commit 9fb242a79dd122d7fbf867daf5620dba6927bd2e 35 Author: Jing Yu <jingyu (a] google.com> 36 Date: Thu Nov 5 17:43:59 2009 -0800 37 38 mpfr/ synced to 39 commit da6dfde986af1b56f0f41e9f5de61d093fa8af90 40 Author: Jing Yu <jingyu (a] google.com> 41 Date: Thu Nov 5 17:50:13 2009 -0800 42 43 build/ synced to 44 commit bdb501d14ede0c21cd6bd73699b01ec027637d5f 45 Author: Jing Yu <jingyu (a] google.com> 46 Date: Fri Apr 20 15:18:24 2012 -0700 47 48 expat/ synced to 49 commit 40172a0ae9d40a068f1e1a48ffcf6a1ccf765ed5 50 Author: Jing Yu <jingyu (a] google.com> 51 Date: Wed Feb 15 16:16:33 2012 -0800 52