summaryrefslogtreecommitdiffstats
path: root/core/combo
Commit message (Expand)AuthorAgeFilesLines
* Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64:Alexander Ivchenko2014-09-092-5/+0
* [MIPS64] Modify the default MIPS64 build to MIPS64R6.Raghu Gandham2014-09-021-1/+1
* Merge "Add missing flags to x86 (both 32- and 64-bit) arch variants. Delete x...Ying Wang2014-09-017-13/+16
|\
| * Add missing flags to x86 (both 32- and 64-bit) arch variants.Varvara Rainchik2014-08-047-13/+16
* | HAVE_FUTEX is unused.Elliott Hughes2014-08-208-44/+0
* | Merge "Remove HAVE_ANDROID_PTHREAD_SETNAME_NP."Elliott Hughes2014-08-215-40/+0
|\ \
| * | Remove HAVE_ANDROID_PTHREAD_SETNAME_NP.Elliott Hughes2014-08-205-40/+0
* | | HAVE_OPEN_MEMSTREAM is no longer used.Elliott Hughes2014-08-208-40/+0
|/ /
* | Remove unused entries from AndroidConfig.h.Elliott Hughes2014-08-188-170/+0
* | Remove HAVE_GETTID.Elliott Hughes2014-08-187-36/+0
* | Consistent use of USE_MINGWYing Wang2014-08-072-2/+2
* | Inhibit implicit -Bsymolic in -shared.Dan Albert2014-08-076-6/+6
* | Fix uses of -fPIC and -fPIE.Dan Albert2014-08-076-10/+7
|/
* Update host linux toolchain to gcc 4.8David 'Digit' Turner2014-07-312-4/+4
* Merge "[MIPSR6] Add mips64r6 and mips32r6 targets"Elliott Hughes2014-07-302-0/+19
|\
| * [MIPSR6] Add mips64r6 and mips32r6 targetsDuane Sand2014-07-242-0/+19
* | Merge "[MIPS] Unite mipsel and mips64el 4.9 gcc toolchains"Elliott Hughes2014-07-2312-130/+21
|\ \ | |/
| * [MIPS] Unite mipsel and mips64el 4.9 gcc toolchainsDuane Sand2014-07-2312-130/+21
* | Merge "Use hermetic host toolchains."Ying Wang2014-07-294-18/+0
|\ \
| * | Use hermetic host toolchains.Ying Wang2014-07-284-18/+0
* | | Revert "Revert "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang.""Ying Wang2014-07-291-0/+4
|/ /
* | Merge "[MIPS64] Enable mips64 clang"Ying Wang2014-07-231-3/+0
|\ \ | |/
| * [MIPS64] Enable mips64 clangDuane Sand2014-07-231-3/+0
* | Refactor FDO support code to ensure arm64 can also be built with FDO.Dehao Chen2014-07-237-145/+47
* | Default to "prescott" as our baseline i686 host build architecture.Stephen Hines2014-07-181-1/+1
|/
* Merge "Fix PIC default to be -fPIC"Nick Kralevich2014-07-102-2/+2
|\
| * Fix PIC default to be -fPICPavel Chupin2014-07-022-2/+2
* | More consistent use of 64-bit build variable.Ying Wang2014-07-086-12/+0
* | Merge "Remove -Bsymbolic from builds."Dan Albert2014-07-086-6/+2
|\ \
| * | Remove -Bsymbolic from builds.Dan Albert2014-06-136-6/+2
* | | Add -Wl,--fatal-warnings to x86_64.Elliott Hughes2014-06-301-0/+1
| |/ |/|
* | Remove unused hosts.Elliott Hughes2014-06-162-676/+0
* | Remove useless stuff from "AndroidConfig.h".Elliott Hughes2014-06-128-97/+2
|/
* Reenable ccache.Ying Wang2014-06-061-2/+6
* Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to the compiler.Primiano Tucci2014-06-022-8/+22
* Merge "Add -shared to clang LDFLAGS."Stephen Hines2014-05-304-0/+4
|\
| * Add -shared to clang LDFLAGS.Tim Murray2014-05-294-0/+4
* | arm64: restore relro/nowNick Kralevich2014-05-301-2/+2
* | Add -latomic to all target buildsAndrew Hsieh2014-05-296-0/+30
|/
* Merge "Revert "Fix for duplicate names in whole static libs""Dan Albert2014-05-271-1/+1
|\
| * Revert "Fix for duplicate names in whole static libs"Dan Albert2014-05-271-1/+1
* | Merge "Fix for duplicate names in whole static libs"Dan Albert2014-05-271-1/+1
|\ \ | |/
| * Fix for duplicate names in whole static libsDan Albert2014-05-231-1/+1
* | Exclude libstdc++ and libgcc if libc++ is requested.Ying Wang2014-05-236-26/+26
|/
* Use aarch64-linux-android-4.9 for arm64 build (attempt #4)Ben Cheng2014-05-191-6/+5
* Fix the missing 2nd arch prefix.Ying Wang2014-05-161-1/+1
* Support host multilib buildYing Wang2014-05-148-146/+346
* Merge "Define __USE_MINGW_ANSI_STDIO for windows build"Andrew Hsieh2014-05-131-1/+1
|\
| * Define __USE_MINGW_ANSI_STDIO for windows buildAndrew Hsieh2014-05-091-1/+1
* | Merge "Disable canonical prefixes of system headers"Andrew Hsieh2014-05-097-2/+15
|\ \