summaryrefslogtreecommitdiffstats
path: root/core/combo/TARGET_linux-arm.mk
Commit message (Expand)AuthorAgeFilesLines
* Inhibit implicit -Bsymolic in -shared.Dan Albert2014-08-081-1/+1
* Fix uses of -fPIC and -fPIE.Dan Albert2014-08-081-2/+2
* Update the FDO support:Dehao Chen2014-07-301-5/+0
* Refactor FDO support code to ensure arm64 can also be built with FDO.Dehao Chen2014-07-231-29/+1
* am 8f73aeea: am 183f90f4: am 3ffcf184: Merge "Remove -Bsymbolic from builds."Dan Albert2014-07-081-1/+0
|\
| * am 183f90f4: am 3ffcf184: Merge "Remove -Bsymbolic from builds."Dan Albert2014-07-081-1/+0
| |\
| | * Remove -Bsymbolic from builds.Dan Albert2014-06-131-1/+0
| * | [DO NOT MERGE] Workaround to fix klp-modular-dev-plus-aosp build.Ying Wang2014-07-021-4/+2
| |/
* | am 15d49c3b: am 85e0dce5: am a8b65126: Merge "Add -shared to clang LDFLAGS."Stephen Hines2014-05-301-0/+1
|\ \ | |/
| * Merge "Add -shared to clang LDFLAGS."Stephen Hines2014-05-301-0/+1
| |\
| | * Add -shared to clang LDFLAGS.Tim Murray2014-05-291-0/+1
* | | am fb0a19d6: am dc41aa32: am 5c2c70de: Merge "Add -latomic to all target builds"Andrew Hsieh2014-05-301-0/+5
|\ \ \ | |/ /
| * | Add -latomic to all target buildsAndrew Hsieh2014-05-291-0/+5
| |/
* | am 65475feb: am 29267309: am 294301bb: Merge "Exclude libstdc++ and libgcc if...Ying Wang2014-05-271-3/+3
|\ \ | |/
| * Exclude libstdc++ and libgcc if libc++ is requested.Ying Wang2014-05-231-3/+3
* | am a01cb054: am c581e10a: am eca0043b: Merge "Disable canonical prefixes of s...Andrew Hsieh2014-05-091-0/+2
|\ \ | |/
| * Disable canonical prefixes of system headersAndrew Hsieh2014-05-091-0/+2
* | am af93afce: am 0a61a603: am 3b15cdb8: Merge "Apply LOCAL_LDLIBS to target bu...Ying Wang2014-05-081-2/+4
|\ \ | |/
| * Apply LOCAL_LDLIBS to target build rules too.Ying Wang2014-05-071-2/+4
* | am e4d787bf: am 7e793040: am eec11d97: Merge "Decouple platform compiler and ...Ben Cheng2014-04-111-0/+3
|\ \ | |/
| * Decouple platform compiler and NDK library versioning.Ben Cheng2014-04-101-0/+3
* | am 1758fe1f: am 30dbfa43: am 1c380c13: Merge "Remove the unnecessary indirect...Ying Wang2014-03-311-1/+0
|\ \ | |/
| * Remove the unnecessary indirection of TARGET_STRIP_COMMANDYing Wang2014-03-281-1/+0
* | am 10eaabfc: am a908fc96: am aea9f041: am 8b1bcc7d: Merge "Add a method to le...Christopher Ferris2014-03-191-6/+2
|\ \ | |/
| * Add a method to leave the symbol table in a library.Christopher Ferris2014-03-181-6/+2
* | am 9b996f80: am eb9b62e0: Merge "Make -rpath-link work with multilib."Ying Wang2014-02-221-1/+1
|\ \ | |/
| * Make -rpath-link work with multilib.Ying Wang2014-02-211-1/+1
* | am 6fe9a949: am 69c36ee7: am 4fbf23ef: am 0a3cf1a0: Merge "Remove libthread_d...Elliott Hughes2014-01-281-2/+0
|\ \ | |/
| * Remove libthread_db from the default include path.Elliott Hughes2014-01-271-2/+0
| * build: use arm kernel headers for arm 2nd arch buildsColin Cross2014-01-241-1/+1
| * Set up rules to build static libraries for TARGET_2ND_ARCHYing Wang2014-01-241-1/+1
| * Load compiler environment for a second arch.Ying Wang2014-01-241-56/+57
* | build: use arm kernel headers for arm 2nd arch buildsColin Cross2014-01-211-1/+1
* | Set up rules to build static libraries for TARGET_2ND_ARCHYing Wang2014-01-161-1/+1
* | Load compiler environment for a second arch.Ying Wang2014-01-161-56/+57
* | am 17657ec7: am 538009b2: am dda9d8ee: am 37c699c2: Merge "Remove obsolete CU...Elliott Hughes2014-01-111-11/+2
|\ \ | |/
| * Remove obsolete CUSTOM_KERNEL_HEADERS.Elliott Hughes2014-01-101-11/+2
* | am 5b2d734d: am 5fb7c74a: am 7bda5aac: am d12ee620: Merge "Re-enable uapi ker...Christopher Ferris2013-12-171-4/+3
|\ \ | |/
| * Re-enable uapi kernel headers for arm.Christopher Ferris2013-12-161-4/+3
* | am c4d168b9: am bc7064b5: am 7f36451b: am 657eadd4: Merge "Revert "Enable uap...Christopher Ferris2013-12-161-3/+4
|\ \
| * | Revert "Enable uapi kernel headers for arm."Christopher Ferris2013-12-161-3/+4
* | | am 675041d1: am 5e55aabc: am 9c15d111: am 84b99aad: Merge "Enable uapi kernel...Christopher Ferris2013-12-161-4/+3
|\ \ \ | |/ /
| * | Enable uapi kernel headers for arm.Christopher Ferris2013-12-161-4/+3
| |/
* | am 3b54d5a5: am a5b55c27: Merge "Add a "reverse AUX hack" for ARM."Elliott Hughes2013-11-251-1/+2
|\ \ | |/
| * Add a "reverse AUX hack" for ARM.Elliott Hughes2013-11-251-1/+2
| * Merge commit 'c73341006286c391ae4d268a77f5e008045d5308' into HEADThe Android Open Source Project2013-11-221-5/+5
| |\
| | * am db4113fd: am d58df2de: Merge "Re-tighten default compiler options."Ben Cheng2013-08-281-6/+5
| | |\
| * | | Switch AOSP ARM build to use GCC 4.8.Ben Cheng2013-11-141-1/+1
| | |/ | |/|
| * | Re-tighten default compiler options.Ben Cheng2013-08-281-6/+5
* | | Switch ARM platform toolchain to GCC 4.8.Ben Cheng2013-09-171-2/+2