how to update gcc

Automatically add extra remotes from ./build.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-10-31 00:00:00 +00:00
parent 02018daa95
commit 6936bd6ba9
7 changed files with 227 additions and 20 deletions

View File

@@ -158,7 +158,7 @@ class PathProperties:
self['no_executable']
) and not (
# Our C compiler does not suppport SVE yet.
# https://github.com/cirosantilli/linux-kernel-module-cheat/issues/87
# https://cirosantilli.com/linux-kernel-module-cheat#update-gcc-gcc-supported-by-buildroot
os.path.splitext(self.path_components[-1])[1] == '.c' and self['arm_sve']
)
)