Re: [PATCH] kbuild: check the minimum compiler version in Kconfig

2021-01-14 Thread Nick Desaulniers
On Wed, Jan 13, 2021 at 8:17 PM Masahiro Yamada wrote: > > Paul Gortmaker reported a regression in the GCC version check [1]. > If you use GCC 4.8, the build breaks before showing the error message > "error Sorry, your version of GCC is too old - please use 4.9 or newer." > > I do not want to appl

Re: [PATCH] kbuild: check the minimum compiler version in Kconfig

2021-01-13 Thread Sedat Dilek
On Thu, Jan 14, 2021 at 5:17 AM Masahiro Yamada wrote: > > Paul Gortmaker reported a regression in the GCC version check [1]. > If you use GCC 4.8, the build breaks before showing the error message > "error Sorry, your version of GCC is too old - please use 4.9 or newer." > Hi Masahiro, This pat

[PATCH] kbuild: check the minimum compiler version in Kconfig

2021-01-13 Thread Masahiro Yamada
Paul Gortmaker reported a regression in the GCC version check [1]. If you use GCC 4.8, the build breaks before showing the error message "error Sorry, your version of GCC is too old - please use 4.9 or newer." I do not want to apply his fix-up since it implies we would not be able to remove any cc