Re: [PATCH] arc: remove redundant GCC version checks

2018-08-30 Thread Vineet Gupta
On 08/26/2018 08:08 PM, Masahiro Yamada wrote: > Commit cafa0010cd51 ("Raise the minimum required gcc version to 4.6") > bumped the minimum GCC version to 4.6 for all architectures. > > With GCC >= 4.6 assumed, 'upto_gcc44' is empty, 'atleast_gcc44' is y. > > Signed-off-by: Masahiro Yamada Added

[PATCH] arc: remove redundant GCC version checks

2018-08-26 Thread Masahiro Yamada
Commit cafa0010cd51 ("Raise the minimum required gcc version to 4.6") bumped the minimum GCC version to 4.6 for all architectures. With GCC >= 4.6 assumed, 'upto_gcc44' is empty, 'atleast_gcc44' is y. Signed-off-by: Masahiro Yamada --- arch/arc/Makefile | 10 +- 1 file changed, 1 inser