mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
how to update gcc
Automatically add extra remotes from ./build.
This commit is contained in:
@@ -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']
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user