From 3b5bef47de8017ff39ef5bfbe801e3fa6b272fab Mon Sep 17 00:00:00 2001 From: Andrew Hsieh Date: Mon, 27 Jan 2014 22:38:08 -0800 Subject: Add mips64 toolchain mips64el-linux-android-4.8 (darwin-x86_64) Build instructions (on MacOSX): export NDK=your-AOSP-path/ndk cd $NDK ; ./build/tools/dev-cleanup.sh ./build/tools/download-toolchain-sources.sh /tmp/ndk-$USER/src ./build/tools/gen-platforms.sh --minimal --dst-dir=$NDK --ndk-dir=$NDK --arch=mips64 ./build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK --gdb-version=7.3.x mips64el-linux-android-4.8 --try-64 rm -rf $NDK/toolchains/mips64el-linux-android-4.8/prebuilt/darwin-x86_64/sysroot cp -a $NDK/toolchains/mips64el-linux-android-4.8/prebuilt/darwin-x86_64/* \ $NDK/../prebuilts/gcc/darwin-x86_64/mips/mips64el-linux-android-4.8 Change-Id: Ie6e2169439300f2cb63c08bdbdd716ee212a9922 --- mips64el-linux-android/bin/ld.bfd | 1 + 1 file changed, 1 insertion(+) create mode 120000 mips64el-linux-android/bin/ld.bfd (limited to 'mips64el-linux-android/bin/ld.bfd') diff --git a/mips64el-linux-android/bin/ld.bfd b/mips64el-linux-android/bin/ld.bfd new file mode 120000 index 0000000..08566e9 --- /dev/null +++ b/mips64el-linux-android/bin/ld.bfd @@ -0,0 +1 @@ +../../bin/mips64el-linux-android-ld.bfd \ No newline at end of file -- cgit v1.2.3