diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-03 10:34:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-24 15:30:06 +0000 |
commit | 2bd9d60d0ca6a06b99bb58cd69328e54dfe07ca4 (patch) | |
tree | 93f4a2be142abda635ab183eeb88becb89f08b8f /documentation/conf.py | |
parent | 55d1ee652aa4bd0b43eb5c6a2623a808f520a14f (diff) | |
download | poky-2bd9d60d0ca6a06b99bb58cd69328e54dfe07ca4.tar.gz |
gcc-source: Fix gengtypes race
gcc renamed .c files to .cc files:
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=5c69acb32329d49e58c26fa41ae74229a52b9106
but we didn't fix this reference which meant we re-introduced a race around
gengtypes-lex.c. This lead to the race reappearing on the autobuilder. Fix
the naming to avoid the problem again.
[YOCTO #14953]
(From OE-Core rev: a431f45ad4900aba1e45ed9c055a4032bce7609c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit dbca40ed399405b663dbc3894e35596a2615f47d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/conf.py')
0 files changed, 0 insertions, 0 deletions