summaryrefslogtreecommitdiffstats
path: root/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* rng-tools: fix build with clangChristopher Larson2016-02-152-0/+53
| | | | | | | This fixes 'error: fields must have a constant size' by allocating it with the given buffer size dynamically. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
* liboil: Add -fheinous-gnu-extensions for clangKhem Raj2015-09-081-0/+1
There is x86_64 specific inline code which uses gnu'isms Signed-off-by: Khem Raj <raj.khem@gmail.com>