Re: [PATCH] remove old GCC version implementation

2018-11-26 Thread Mathieu Malaterre
On Wed, Oct 31, 2018 at 12:15 PM Mathieu Malaterre wrote: > > GCC 4.6 is the minimum supported now. > > Signed-off-by: Mathieu Malaterre > --- > scripts/mod/file2alias.c | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/scripts/mod/file2alias.c b/scripts/mod/file2alia

Re: [PATCH] remove old GCC version implementation

2018-11-17 Thread Miguel Ojeda
On Wed, Oct 31, 2018 at 5:14 PM Masahiro Yamada wrote: > > On Wed, Oct 31, 2018 at 8:28 PM Miguel Ojeda > wrote: > > > > By the way, is it possible that scripts/ and similar stuff uses > > directly include/linux/compiler_attributes.h (whenever it hits > > mainline, see > > https://github.com/oje

Re: [PATCH] remove old GCC version implementation

2018-10-31 Thread Masahiro Yamada
On Wed, Oct 31, 2018 at 8:28 PM Miguel Ojeda wrote: > > On Wed, Oct 31, 2018 at 12:18 PM Mathieu Malaterre wrote: > > > > GCC 4.6 is the minimum supported now. > > > > Signed-off-by: Mathieu Malaterre > > --- > > scripts/mod/file2alias.c | 6 +- > > 1 file changed, 1 insertion(+), 5 deletio

Re: [PATCH] remove old GCC version implementation

2018-10-31 Thread Miguel Ojeda
On Wed, Oct 31, 2018 at 12:18 PM Mathieu Malaterre wrote: > > GCC 4.6 is the minimum supported now. > > Signed-off-by: Mathieu Malaterre > --- > scripts/mod/file2alias.c | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/scripts/mod/file2alias.c b/scripts/mod/file2alia

[PATCH] remove old GCC version implementation

2018-10-31 Thread Mathieu Malaterre
GCC 4.6 is the minimum supported now. Signed-off-by: Mathieu Malaterre --- scripts/mod/file2alias.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/mod/file2alias.c b/scripts/mod/file2alias.c index 28a61665bb9c..4b59564d4706 100644 --- a/scripts/mod/file2alias.c