New comment by pullmoll on void-packages repository https://github.com/void-linux/void-packages/pull/24258#issuecomment-690989016 Comment: Another detail we probably need to address: Some packages, e.g. `bananapi-uboot`, include a gcc header file through a macro call ``` #include gcc_header(__GNUC__) ``` Here `__GNUC__` is `10` and there is no file `linux/compiler-gcc10.h`, so I don't know what to do or how to solve this. Perhaps some other part of the configuration detects whether or not a specific `gcc` version needs a specific header, or just the default `linux/compiler.h`. The latter seems to be used for `gcc-9.3.0` so it may be there is some compiler version detection which needs to be fixed.