Re: [PATCH v8 3/5] Cleanup ISA string setting

2018-10-16 Thread Guenter Roeck
On 10/15/2018 03:34 PM, Palmer Dabbelt wrote: On Sun, 14 Oct 2018 16:46:40 PDT (-0700), alan...@andestech.com wrote: Hi Guenter, On Sat, Oct 13, 2018 at 05:02:05PM -0700, Guenter Roeck wrote: Hi, With this patch in -next applied, I get the following error when building riscv:defconfig. I gu

Re: [PATCH v8 3/5] Cleanup ISA string setting

2018-10-15 Thread Palmer Dabbelt
On Sun, 14 Oct 2018 16:46:40 PDT (-0700), alan...@andestech.com wrote: Hi Guenter, On Sat, Oct 13, 2018 at 05:02:05PM -0700, Guenter Roeck wrote: Hi, With this patch in -next applied, I get the following error when building riscv:defconfig. I guess what you meant was this commit: commit 0a5b

Re: [PATCH v8 3/5] Cleanup ISA string setting

2018-10-14 Thread Guenter Roeck
Hi Alan, On 10/14/2018 04:46 PM, Alan Kao wrote: Hi Guenter, On Sat, Oct 13, 2018 at 05:02:05PM -0700, Guenter Roeck wrote: Hi, With this patch in -next applied, I get the following error when building riscv:defconfig. I guess what you meant was this commit: commit 0a5bee05fc67ce2044b8d91a1

Re: [PATCH v8 3/5] Cleanup ISA string setting

2018-10-14 Thread Alan Kao
Hi Guenter, On Sat, Oct 13, 2018 at 05:02:05PM -0700, Guenter Roeck wrote: > Hi, > > With this patch in -next applied, I get the following error > when building riscv:defconfig. I guess what you meant was this commit: commit 0a5bee05fc67ce2044b8d91a18abbf14042da531 The modification in Makefile

Re: [PATCH v8 3/5] Cleanup ISA string setting

2018-10-13 Thread Guenter Roeck
Hi, On Tue, Oct 09, 2018 at 10:18:32AM +0800, Alan Kao wrote: > This patch cleanup the MARCH string passing to both compiler and > assembler. Note that the CFLAGS should not contain "fd" before we > have mechnisms like kernel_fpu_begin/end in other architectures. > > Signed-off-by: Alan Kao > C

[PATCH v8 3/5] Cleanup ISA string setting

2018-10-08 Thread Alan Kao
This patch cleanup the MARCH string passing to both compiler and assembler. Note that the CFLAGS should not contain "fd" before we have mechnisms like kernel_fpu_begin/end in other architectures. Signed-off-by: Alan Kao Cc: Greentime Hu Cc: Vincent Chen Cc: Zong Li Cc: Nick Hu --- arch/risc