Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lxc: temporary workaround for gcc 7 issue | Mark Asselstine | 2017-06-19 | 1 | -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> |