summaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* README.md: Define a way to disable llvm/clang runtimeKhem Raj2019-10-081-2/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Document CLANGSDKKhem Raj2019-09-251-0/+10
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove python syntax highlighterKhem Raj2019-09-151-3/+3
|
* More syntax changesKhem Raj2019-09-151-20/+16
|
* Update contribution guideline and general typosKhem Raj2019-09-151-12/+6
|
* meta-clang: Enable CI on Yoe Distro's DroneKhem Raj2019-08-191-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Add new info about selecting unwind libraryKhem Raj2019-08-121-5/+5
| | | | | | Fix the runtime documentation which was reverse Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Document COMPILER_RT and LIBCPLUSPLUSKhem Raj2019-02-231-7/+5
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Update comments about using libc++ and compiler-rtKhem Raj2019-02-231-7/+6
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Document switching compiler runtimeKhem Raj2019-01-261-1/+14
| | | | | | We can now use full clang runtime suite and replace gcc runtime Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcxx,compiler-rt: Append to CXX along with TARGET_CXXFLAGS to carry ↵Khem Raj2019-01-241-3/+5
| | | | | | | | -stdlib flag Since TARGET_CXXFLAGS does not get passed into all packages Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README.md: fix typoAdam Romanek2019-01-151-1/+1
|
* libcxx: Add settings to build with libcxx as default C++ standard libraryRobin Lee2018-03-031-1/+23
| | | | Signed-off-by: Robin Lee <cheeselee@fedoraproject>
* README: Update documntation to reflect the recent conf file changesKhem Raj2016-05-061-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Switch default compiler option to remain gccKhem Raj2016-05-051-13/+6
| | | | | | | | | | | Users find it too intrusive that clang becomes the default compiler, they would like to invoke it on demand for certain packages only. Use TOOLCHAIN ?= "clang" in local.conf if you want clang to become default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Document default compiler switch behaviorKhem Raj2016-05-051-4/+21
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Link mailto to nameKhem Raj2016-04-011-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README: Adjust mailtoKhem Raj2016-04-011-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Update README.mdKhem Raj2016-02-291-1/+1
| | | Fixes Issue #8
* Update README.mdKhem Raj2015-08-221-7/+12
|
* clang-cross: Rename PN to include TARGET_ARCHKhem Raj2015-04-061-1/+1
| | | | | | brings it inline with gcc toolchain Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Update README.mdKhem Raj2015-03-131-1/+1
| | | Fix typo in syntax spec
* Update README.mdKhem Raj2015-03-121-1/+1
| | | Fix a typo
* Update README.mdKhem Raj2015-03-121-1/+2
| | | shell formatting for code section
* README: Update to reflect latest statusKhem Raj2015-03-121-3/+7
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Intial commitKhem Raj2014-09-111-0/+71
Add clang recipes Signed-off-by: Khem Raj <raj.khem@gmail.com>