forked from Mirror/pmbootstrap
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:
parent
5e01477d64
commit
77a5dd1910
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ def generate(args, pkgname):
|
||||||
patches = [
|
patches = [
|
||||||
"gcc7-give-up-on-ilog2-const-optimizations.patch",
|
"gcc7-give-up-on-ilog2-const-optimizations.patch",
|
||||||
"gcc8-fix-put-user.patch",
|
"gcc8-fix-put-user.patch",
|
||||||
|
"gcc10-extern_YYLOC_global_declaration.patch",
|
||||||
"kernel-use-the-gnu89-standard-explicitly.patch",
|
"kernel-use-the-gnu89-standard-explicitly.patch",
|
||||||
]
|
]
|
||||||
for patch in patches:
|
for patch in patches:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue