> On Apr 19, 2023, at 4:45 PM, Valery Ushakov <u...@stderr.spb.ru> wrote: > > It might be better to use corresponding older tools to build older > kernels. Modern gcc switched to -fno-common by default, so if you > want to compile an older kernel that has multiple variable definitions > you will need to arrange for -fcommon option to be used.
Is there any way to do that with a current system and build.sh? Neither setting it with -V or with env works. Cheers, Brook