summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-devtools
AgeCommit message (Collapse)AuthorFilesLines
2017-09-13libgcc: fix bitbake QA issue "No GNU_HASH"Stephen Lawrence1-0/+1
Yocto 2.2 changed the default linker hash style [1] which can result in "No GNU_HASH in the elf binary" QA issues during a build. This occurs building libgcc using the meta-linaro toolchain. There seems to be no upstream fix for this. As a first step disable the warning for ldflags. [1] http://www.yoctoproject.org/docs/2.2.1/ref-manual/ref-manual.html#migration-2.2-default-linker-hash-style-changed (cherry picked from commit 64c345992217b65141ca9dc1c39ca086ec50190b) Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>