pmb.aportgen.linux: add gcc10 extern YYLOC patch (MR 1987)

Most downstream kernels need this patch to build with GCC-10, so add it
by default in the linux aport generator.
This commit is contained in:
Oliver Smith 2020-11-05 14:11:00 +01:00
parent 5e01477d64
commit 77a5dd1910
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ def generate(args, pkgname):
patches = [
"gcc7-give-up-on-ilog2-const-optimizations.patch",
"gcc8-fix-put-user.patch",
"gcc10-extern_YYLOC_global_declaration.patch",
"kernel-use-the-gnu89-standard-explicitly.patch",
]
for patch in patches: