aboutsummaryrefslogtreecommitdiff
path: root/build/core
AgeCommit message (Expand)Author
2014-12-09Force using unknown arch onto android-21.WenHan Gu
2014-12-05misc fixes in r10dAndrew Hsieh
2014-12-05Fix clang with LOCAL_PCHAndrew Hsieh
2014-12-02Set GCC 4.8 as the default for 32-bit ABIsAndrew Hsieh
2014-11-17Merge "Link arm binary with -mthumb except when LOCAL_ARM_MODE=arm or debug b...Andrew Hsieh
2014-10-28Fix ndk-build on LOCAL_SRC_FILES with windows absolute pathAndrew Hsieh
2014-10-28Link arm binary with -mthumb except when LOCAL_ARM_MODE=arm or debug buildAndrew Hsieh
2014-10-16Add Clang 3.5Andrew Hsieh
2014-10-16Misc fixes:Andrew Hsieh
2014-10-15Fixes for clang3.5-based RS toolsAndrew Hsieh
2014-10-15Rename android-L as android-21Andrew Hsieh
2014-10-02Fix typo in build-binary.mkAndrew Hsieh
2014-07-24Fix HelloComputeNDK fail to compile with clangAndrew Hsieh
2014-07-17Merge "Use *-gcc-ar instead of *-ar for better LTO support"Andrew Hsieh
2014-07-17Handle split NDK packageAndrew Hsieh
2014-07-07Use *-gcc-ar instead of *-ar for better LTO supportAndrew Hsieh
2014-06-24Add PCH support in LOCAL_PCHAndrew Hsieh
2014-06-23misc fixesAndrew Hsieh
2014-06-23Fall back to default if specified NDK_TOOLCHAIN_VERSION doesn't support 64-bitAndrew Hsieh
2014-06-20Add APP_ABI=all32 and APP_ABI=all64Andrew Hsieh
2014-06-20Fix PIEAndrew Hsieh
2014-06-2064-bit in android-LAndrew Hsieh
2014-06-13misc fixesAndrew Hsieh
2014-06-10Merge "ARM NEON intrinsics support was added for x86"Andrew Hsieh
2014-06-09Merge "Support build of gcc 'l' variant: 4.8l and 4.9l"Andrew Hsieh
2014-06-09Merge "Set gcc4.9 as the default compilers for 64-bit"Andrew Hsieh
2014-06-09Support mips64el multilib sysrootAndrew Hsieh
2014-06-07ARM NEON intrinsics support was added for x86Anton Konovalov
2014-06-06Support build of gcc 'l' variant: 4.8l and 4.9lAndrew Hsieh
2014-06-06Set gcc4.9 as the default compilers for 64-bitAndrew Hsieh
2014-06-04Split known ABIs into 32-bit and 64-bitAndrew Hsieh
2014-04-25Misc fixes:Andrew Hsieh
2014-04-18Misc fixesAndrew Hsieh
2014-04-18Add gcc-4.9/binutils-2.24Andrew Hsieh
2014-04-11Initial 64-bit supportsAndrew Hsieh
2014-03-21Enable x86_64 in run-tests.shPavel Chupin
2014-02-26Add static libc++ testing, and use -O2Andrew Hsieh
2014-02-20Merge "Move comments out of define"Andrew Hsieh
2014-02-20Move comments out of defineAndrew Hsieh
2014-02-19Add APP_STL := libc++_static | libc++_sharedAndrew Hsieh
2014-02-17Add -rpath-link for linking executableAndrew Hsieh
2014-02-17Misc fixesAndrew Hsieh
2014-02-11Preliminary 64-bit supportAndrew Hsieh
2014-02-10Support APP_ABI=armeabi-v7a-hardAndrew Hsieh
2014-02-06Build .asm with yasm; Add a testcaseAndrew Hsieh
2013-12-30Fixed RS to link arch-specific libclcore.bcAndrew Hsieh
2013-12-11Add Clang/LLVM 3.4Lai Wei-Chih
2013-12-03Build static libs with Deterministic (option D) mode of ar toolAndrew Hsieh
2013-11-19Merge "Debugging for unknown arch."Andrew Hsieh
2013-11-18Fix a documentation typo: build-platforms.sh -> gen-platforms.shDavid 'Digit' Turner