summaryrefslogtreecommitdiffstats
path: root/recipes-containers/lxc/files/cgroups-work-around-issue-in-gcc-7.patch
Commit message (Collapse)AuthorAgeFilesLines
* lxc: temporary workaround for gcc 7 issueMark Asselstine2017-06-191-0/+34
gcc 7 has a bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=11672 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78969 In order to avoid the build failure that this causes we reduce the range by one. Better to have a slight reduction in the range than having nobody to be able to build and use lxc. Once gcc is fixed this can be reverted. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>