summaryrefslogtreecommitdiffstats
path: root/core/clang/TARGET_x86_64.mk
Commit message (Collapse)AuthorAgeFilesLines
* Use prebuilt libclang_rt.profile.Dan Albert2015-04-011-0/+2
| | | | | Bug: 17574078 Change-Id: I4838cd5d125a0b2bf76aad2fdaef1ee3122687e8
* Add more support for GLOBAL_CONLYFLAGS.Stephen Hines2014-12-011-0/+9
| | | | | | | This will be necessary to support -std=gnu99 mode for clang 3.6, which defaults to C11 mode (unlike prior releases that use C99). Change-Id: Iea84582f9f12ba76b988463cbc0a20bd61042538
* Fix build breakage due to incorrect bcc_compat RS_TRIPLE.Stephen Hines2014-09-021-0/+1
| | | | | | Bug: 17333374 Change-Id: I13582ce0cde86f7b3728aa4f45a5197438d65a2d (cherry picked from commit 52626d2a7b4767905e8a369ddc8316c1290ad156)
* Fix RS_TRIPLE and RS_TRIPLE_CFLAGS.Stephen Hines2014-08-291-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. Change-Id: I8f6175b1a14af6d03ee90f32069f3688ec227fb9
* 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