aboutsummaryrefslogtreecommitdiff
path: root/build/cmake
AgeCommit message (Expand)Author
2020-03-26Revert "Default to lld again."Dan Albert
2020-03-24Default to lld again.Dan Albert
2020-03-18Revert "Switch to LLD as the default linker."Dan Albert
2020-03-18Switch to LLD as the default linker.Dan Albert
2020-03-06Hide unwinder symbols on all architectures.Dan Albert
2019-12-05Revert "Revert "Switch to llvm-strip, advocate its use.""Dan Albert
2019-11-08Only use explicit --build-id=tree for lld.Dan Albert
2019-11-06Fix the CMake Clang version.Dan Albert
2019-10-04Fix unwinder visibility for most ABIs.Dan Albert
2019-09-24Cleanup -fno-addrsig use.Dan Albert
2019-09-23Revert "Switch to llvm-strip, advocate its use."Dan Albert
2019-09-20Revert "Revert "Revert "Switch to llvm-ar."""Dan Albert
2019-09-19Define CMAKE_ANDROID_ARCH for compatibility.Dan Albert
2019-09-18Enable fortify by default.Dan Albert
2019-09-18Revert "Revert "Switch to llvm-ar.""Dan Albert
2019-09-16Merge "Fix CMAKE_PREFIX_PATH."Treehugger Robot
2019-09-16Fix CMAKE_PREFIX_PATH.Dan Albert
2019-09-16Revert "Switch to llvm-ar."Dan Albert
2019-09-13Add disabling ANDROID_CPP_FEATURES.Dan Albert
2019-09-13Add additional CMake compatibility variables.Dan Albert
2019-09-13Set additional CMake compiler variable.Dan Albert
2019-09-10Switch to llvm-ar.Dan Albert
2019-09-05Switch to llvm-strip, advocate its use.Dan Albert
2019-09-04Merge "Remove redundant driver flags from build systems."Treehugger Robot
2019-09-04Remove redundant driver flags from build systems.Dan Albert
2019-09-04Cleanup `-fno-experimental-isel`.Dan Albert
2019-08-20Allow disable NEON in cmake and ndk-buildHaibo Huang
2019-07-08Set --build-id=sha1 for lld+lldb compatibilityRyan Prichard
2019-06-18Remove NDK_TOOLCHAIN_VERSION.Elliott Hughes
2019-06-13Add APP_LD and ANDROID_LD to select the linker.Dan Albert
2019-06-12Pass -fno-experimental-isel to avoid Clang bugRyan Prichard
2019-02-19Allow users to set their own CMAKE_FIND_ROOT_PATH.Dan Albert
2019-02-12Fix ARM version for non-integrated assembler.Dan Albert
2019-02-08Fix CMake's find_path.Dan Albert
2019-01-22Set CMAKE_FIND_ROOT_PATH to avoid host libraries.Dan Albert
2019-01-08Default to -fno-addrsig.Dan Albert
2018-12-18Update build systems/docs for the new Clang.Dan Albert
2018-11-27Allow the compiler to pick the default C++ std.Dan Albert
2018-11-27Fix CMake "computed" default C++ standard version.Dan Albert
2018-11-27Fix Clang's version variable in CMake.Dan Albert
2018-10-25Put the new toolchain back in to toolchains/llvm.Dan Albert
2018-10-17Remove options for disabling required features.Dan Albert
2018-10-17Use -fdata-sections in CMake to match ndk-build.Dan Albert
2018-10-15Drop `-Wl,--fix-cortex-a8`.Dan Albert
2018-10-12Install yasm to the new toolchain.Dan Albert
2018-10-12Merge changes Id46c03ed,If4730136Treehugger Robot
2018-10-11Remove redundant build flags.Dan Albert
2018-10-11Stop using `-Wl,-z,nocopyreloc`.Dan Albert
2018-09-25Update CMake to use the new toolchain layout.Dan Albert
2018-07-12Additional mstackrealign fixes.Dan Albert