[PATCH 4.9 49/63] kbuild: move cc-option and cc-disable-warning after incl. arch Makefile

2019-02-25 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Masahiro Yamada commit cfe17c9bbe6a673fdafdab179c32b355ed447f66 upstream. Geert reported commit ae6b289a3789 ("kbuild: Set KBUILD_CFLAGS before incl. arch Makefile") broke cross-compilation usi

[PATCH 4.4 22/70] kbuild: move cc-option and cc-disable-warning after incl. arch Makefile

2018-11-26 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Masahiro Yamada commit cfe17c9bbe6a673fdafdab179c32b355ed447f66 upstream. Geert reported commit ae6b289a3789 ("kbuild: Set KBUILD_CFLAGS before incl. arch Makefile") broke cross-compilation usi

Re: kbuild: move cc-option and cc-disable-warning after incl. arch Makefile

2018-03-18 Thread Masahiro Yamada
2018-03-19 9:41 GMT+09:00 Stefan Agner : > Hi Masahiro, > > On 27.11.2017 13:15, Masahiro Yamada wrote: >> Geert reported commit ae6b289a3789 ("kbuild: Set KBUILD_CFLAGS before >> incl. arch Makefile") broke cross-compilation using a cross-compiler >> that supports less compiler options than the ho

Re: kbuild: move cc-option and cc-disable-warning after incl. arch Makefile

2018-03-18 Thread Stefan Agner
Hi Masahiro, On 27.11.2017 13:15, Masahiro Yamada wrote: > Geert reported commit ae6b289a3789 ("kbuild: Set KBUILD_CFLAGS before > incl. arch Makefile") broke cross-compilation using a cross-compiler > that supports less compiler options than the host compiler. > > For example, > > cc1: error:

[PATCH 4.14 135/140] kbuild: move cc-option and cc-disable-warning after incl. arch Makefile

2018-03-13 Thread Greg Kroah-Hartman
4.14-stable review patch. If anyone has any objections, please let me know. -- From: Masahiro Yamada commit cfe17c9bbe6a673fdafdab179c32b355ed447f66 upstream. Geert reported commit ae6b289a3789 ("kbuild: Set KBUILD_CFLAGS before incl. arch Makefile") broke cross-compilation us

Re: [PATCH] kbuild: move cc-option and cc-disable-warning after incl. arch Makefile

2018-01-10 Thread Masahiro Yamada
2018-01-11 1:21 GMT+09:00 Geert Uytterhoeven : > Hi Yamada-san, > > On Sun, Dec 10, 2017 at 6:28 AM, Masahiro Yamada > wrote: >> 2017-11-27 21:25 GMT+09:00 Geert Uytterhoeven : >>> On Mon, Nov 27, 2017 at 1:15 PM, Masahiro Yamada >>> wrote: Geert reported commit ae6b289a3789 ("kbuild: Set KB

Re: [PATCH] kbuild: move cc-option and cc-disable-warning after incl. arch Makefile

2018-01-10 Thread Geert Uytterhoeven
Hi Yamada-san, On Sun, Dec 10, 2017 at 6:28 AM, Masahiro Yamada wrote: > 2017-11-27 21:25 GMT+09:00 Geert Uytterhoeven : >> On Mon, Nov 27, 2017 at 1:15 PM, Masahiro Yamada >> wrote: >>> Geert reported commit ae6b289a3789 ("kbuild: Set KBUILD_CFLAGS before >>> incl. arch Makefile") broke cross-c

Re: [PATCH] kbuild: move cc-option and cc-disable-warning after incl. arch Makefile

2017-12-09 Thread Masahiro Yamada
2017-11-27 21:25 GMT+09:00 Geert Uytterhoeven : > Hi Yamada-san, > > On Mon, Nov 27, 2017 at 1:15 PM, Masahiro Yamada > wrote: >> Geert reported commit ae6b289a3789 ("kbuild: Set KBUILD_CFLAGS before >> incl. arch Makefile") broke cross-compilation using a cross-compiler >> that supports less comp

Re: [PATCH] kbuild: move cc-option and cc-disable-warning after incl. arch Makefile

2017-11-27 Thread Geert Uytterhoeven
Hi Yamada-san, On Mon, Nov 27, 2017 at 1:15 PM, Masahiro Yamada wrote: > Geert reported commit ae6b289a3789 ("kbuild: Set KBUILD_CFLAGS before > incl. arch Makefile") broke cross-compilation using a cross-compiler > that supports less compiler options than the host compiler. > > For example, > >

[PATCH] kbuild: move cc-option and cc-disable-warning after incl. arch Makefile

2017-11-27 Thread Masahiro Yamada
Geert reported commit ae6b289a3789 ("kbuild: Set KBUILD_CFLAGS before incl. arch Makefile") broke cross-compilation using a cross-compiler that supports less compiler options than the host compiler. For example, cc1: error: unrecognized command line option "-Wno-unused-but-set-variable" This p