]> code.ossystems Code Review - openembedded-core.git/commit
uclibc: Fix build with gcc5
authorKhem Raj <raj.khem@gmail.com>
Thu, 15 Oct 2015 00:43:12 +0000 (17:43 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Oct 2015 11:17:24 +0000 (12:17 +0100)
commit458bfefecdd2b5e2efa743f29d3dc8b3471e6df1
tree8fe404e8757110e458b0a7fecbd1f8923ede4619
parent27eaad52e9b5468e4065df36f70966539aabc525
uclibc: Fix build with gcc5

An agressive optimization in gcc5 meant that we get linking errors
with uclibc build, this patch fixes the issue by letting gcc know
that these funcitons are used.

Change-Id: I8ecf3999a0855b3bbf4bc2df576be5351f9be5b0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/uclibc/uclibc-git.inc
meta/recipes-core/uclibc/uclibc-git/0001-gcc5-optimizes-away-the-write-only-static-functions-.patch [new file with mode: 0644]