summaryrefslogtreecommitdiffstats
path: root/core/clang/TARGET_x86.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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