summaryrefslogtreecommitdiffstats
path: root/core/combo/TARGET_linux-sh.mk
Commit message (Collapse)AuthorAgeFilesLines
* Include toolchain makefile based on the current config.Ying Wang2012-01-061-2/+2
| | | | | | | So we can have the same set of module names in different host arch / toolchain version combinations. Change-Id: Iec66584bf3de92aedd71a59f9dbe74b6ed025b2e
* Add .gnu_debuglink when stripping DSOs.Evgeniy Stepanov2011-06-281-0/+6
| | | | | | | | | | This is used by debug tools to find symbols for the stripped binary. Adds ~70 bytes to each DSO, ~25000 bytes total, which is about 0.01% of the system image. This change only affects -eng and -userdebug builds, and does not affect -user. Change-Id: I0c92a9e09fbc97184dea66813923568cbcc2a3fe
* Add LOCAL_GROUP_STATIC_LIBRARIESYing Wang2011-04-251-0/+6
| | | | | | | | Set LOCAL_GROUP_STATIC_LIBRARIES := true to group the static libraries, in case we need gcc flags "-Wl,--start-group" and "-Wl,--end-group" to fix circular references. Change-Id: I03c4901670112fcdd2bb0fe660b6924e5776fcf8
* Build system tweaks for Valgrind.Jeff Brown2011-02-081-6/+7
| | | | | | | | | | | Added LOCAL_NO_CRT to enable building executables that do not link to the C runtime library. Removed support for LOCAL_MODULE_SUBDIR since it was broken and unused. (Was going to use it but ended up using LOCAL_MODULE_PATH instead.) Change-Id: I3b6f5ab7e5ae6aaa7119899adccece2b4ab1cbb3
* Unify use of $(hide).Ying Wang2011-01-281-3/+3
| | | | Change-Id: Ib7e17bbb4682caecce5812e63de872b676403d64
* Regularize use of PRIVATE_CXX.Ying Wang2011-01-271-3/+3
| | | | Change-Id: Ifc628c67b5fa142cec59187f89f2d39df81160b9
* Correct misuse of target/host vars.Ying Wang2011-01-241-1/+1
| | | | Change-Id: Ide41aeddc44ca05d85a36035c2d55ea453cfd216
* core: fix paths to libm arch-specific include dirsDima Zavin2010-08-051-1/+1
| | | | | Change-Id: I17a1ed13af6d4955a636ad429917b683ac59a947 Signed-off-by: Dima Zavin <dima@android.com>
* am 90b1d3dc: am b6a1c180: Keep the crt start/end var name of sh consistent ↵Ying Wang2010-07-131-4/+4
|\ | | | | | | | | | | | | | | | | with other archs Merge commit '90b1d3dcfece8eef53277cbcf0326deda9f16f09' into gingerbread-plus-aosp * commit '90b1d3dcfece8eef53277cbcf0326deda9f16f09': Keep the crt start/end var name of sh consistent with other archs
| * Keep the crt start/end var name of sh consistent with other archsYing Wang2010-07-131-4/+4
| | | | | | | | | | | | So that the PRIVATE_ vars get values correctly. Change-Id: I1eea67f02c5bab5018b3b5fd93904e1ee8643bf7
* | am f0f60cdd: resolved conflicts for merge of 1a08100f to gingerbreadYing Wang2010-07-131-4/+4
|\ \ | |/ | | | | | | | | | | Merge commit 'f0f60cdd8f4f74b2480774887606afdebec8d891' into gingerbread-plus-aosp * commit 'f0f60cdd8f4f74b2480774887606afdebec8d891': Support to build native libraries with prebuilt NDK
| * Support to build native libraries with prebuilt NDKYing Wang2010-07-131-4/+4
| | | | | | | | | | Bug: http://b/issue?id=2811253 Change-Id: Iabd4ab8b3d7236dffe89f1939e1142e882944026
* | Refactor Stripper. Allow a stripper other than SOSLIM to be specifiedBruce Beare2010-07-091-1/+3
|/ | | | | Change-Id: I61137f5bb123dc5f610af9928ed3debdf85ba74d Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
* Get rid of $(combo_target)Jean-Baptiste Queru2010-02-231-0/+164
The only OS-ARCH combo that would have benefited from it is linux-x86, but it explicitly used separate configurations for the HOST_ and TARGET_ side of things. This makes is clear which files are related to the HOST_ configuration and which ones are related to the TARGET_ configuration, and expands $(combo_target) to the only possible/reasonable value that it could have had in every file. This also cleans up the simulator, by moving it in a single place in TARGET_linux_x86 (since the only part that's special is to use HOST_ settings even when building TARGET_ modules). Change-Id: I2420eeb8cfe539f5807ec99cb3177ffb9f2476d5