Re: [linux-yocto] [PATCH] mips: kernel: Move cc-disable-warning assignments down to avoid being overwritten

2018-06-18 Thread Bruce Ashfield
On 2018-06-18 10:38 PM, He Zhe wrote: On 2018年06月17日 15:22, Kevin Hao wrote: On Fri, Jun 15, 2018 at 07:12:09AM -0700, He Zhe wrote: cc-disable-warning assignments could be overwritten by CFLAGS_DSP and thus causes the follow build error with GCC 8.1.0. Move them down to the bottom. In

Re: [linux-yocto] [PATCH] mips: kernel: Move cc-disable-warning assignments down to avoid being overwritten

2018-06-18 Thread He Zhe
On 2018年06月17日 15:22, Kevin Hao wrote: > On Fri, Jun 15, 2018 at 07:12:09AM -0700, He Zhe wrote: >> cc-disable-warning assignments could be overwritten by CFLAGS_DSP and thus >> causes the follow build error with GCC 8.1.0. Move them down to the bottom. >> >> In file included from

Re: [linux-yocto] [PATCH] mips: kernel: Move cc-disable-warning assignments down to avoid being overwritten

2018-06-17 Thread Kevin Hao
On Fri, Jun 15, 2018 at 07:12:09AM -0700, He Zhe wrote: > cc-disable-warning assignments could be overwritten by CFLAGS_DSP and thus > causes the follow build error with GCC 8.1.0. Move them down to the bottom. > > In file included from arch/mips/kernel/signal32.c:15: >

[linux-yocto] [PATCH] mips: kernel: Move cc-disable-warning assignments down to avoid being overwritten

2018-06-15 Thread He Zhe
cc-disable-warning assignments could be overwritten by CFLAGS_DSP and thus causes the follow build error with GCC 8.1.0. Move them down to the bottom. In file included from arch/mips/kernel/signal32.c:15: include/linux/syscalls.h:233:18: error: 'sys_32_sigaction' alias between functions