summaryrefslogtreecommitdiffstats
path: root/core/clang/TARGET_x86.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix build breakage due to incorrect bcc_compat RS_TRIPLE.Stephen Hines2014-09-021-0/+1
| | | | | Bug: 17333374 Change-Id: I13582ce0cde86f7b3728aa4f45a5197438d65a2d
* Fix RS_TRIPLE and RS_TRIPLE_CFLAGS.Stephen Hines2014-09-021-1/+2
| | | | | | | | | | | | Bug: 17333374 Add RS_TRIPLE_CFLAGS to ensure that we build with the proper defines on targets like x86. This also changes all build targets to use the proper 32/64-bit triples when creating their runtime libraries. (cherry picked from commit 039675adb8882b21e770edac1bd167d7fb489052) Change-Id: Ib7b5bb7aae5abcad9ab477a00e368179d0121091
* Fix incorrect x86 build rules.Stephen Hines2014-02-131-0/+2
| | | | | | | | combo/TARGET_x86*.mk mistakenly added TARGET_GLOBAL_CFLAGS to their linker command lines. This results in clang builds not working properly, since they strip some unknown flags from TARGET_GLOBAL_CFLAGS. Change-Id: I60a1ff5df70305323134435e4ae107ea7acfe8ea
* fix 2nd target clang prebuilt pathsColin Cross2014-02-111-1/+1
| | | | Change-Id: I4c196221bd377e30bbff1aafa265952e29c85cb5
* Refactor llvm_config.mk and support the 2nd archYing Wang2014-02-071-0/+53
1. Following the setup of gcc in build/core/combo/, we added the [HOST|TARGET]_<arch>.mk clang config files, and load only the configs needed by the current product. 2. Added support for the 2nd arch. Change-Id: I2a383418a9688a050b39492f8e489d40eeeb5f2d