Re: [U-Boot] [PATCH 1/1] riscv: allow native compilation

2018-10-02 Thread Rick Chen
Tom Rini 於 2018年10月3日 週三 上午9:23寫道: > > On Wed, Oct 03, 2018 at 09:16:48AM +0800, Rick Chen wrote: > > Heinrich Schuchardt 於 2018年9月24日 週一 上午4:06寫道: > > > > > > On 08/07/2018 10:57 AM, Rick Chen wrote: > > > >> If environment variable CROSS_COMPILE is not set, this indicates native > > > >> compil

Re: [U-Boot] [PATCH 1/1] riscv: allow native compilation

2018-10-02 Thread Tom Rini
On Wed, Oct 03, 2018 at 09:16:48AM +0800, Rick Chen wrote: > Heinrich Schuchardt 於 2018年9月24日 週一 上午4:06寫道: > > > > On 08/07/2018 10:57 AM, Rick Chen wrote: > > >> If environment variable CROSS_COMPILE is not set, this indicates native > > >> compilation. In this case we should not set an arbitrary

Re: [U-Boot] [PATCH 1/1] riscv: allow native compilation

2018-10-02 Thread Rick Chen
Heinrich Schuchardt 於 2018年9月24日 週一 上午4:06寫道: > > On 08/07/2018 10:57 AM, Rick Chen wrote: > >> If environment variable CROSS_COMPILE is not set, this indicates native > >> compilation. In this case we should not set an arbitrary value which is not > >> applicable for 64bit anyway. > >> > > > > OK

Re: [U-Boot] [PATCH 1/1] riscv: allow native compilation

2018-09-23 Thread Heinrich Schuchardt
On 08/07/2018 10:57 AM, Rick Chen wrote: >> If environment variable CROSS_COMPILE is not set, this indicates native >> compilation. In this case we should not set an arbitrary value which is not >> applicable for 64bit anyway. >> > > OK ! > Thanks for your correction. > > B.R > > Rick Somehow t

Re: [U-Boot] [PATCH 1/1] riscv: allow native compilation

2018-08-07 Thread Rick Chen
> If environment variable CROSS_COMPILE is not set, this indicates native > compilation. In this case we should not set an arbitrary value which is not > applicable for 64bit anyway. > OK ! Thanks for your correction. B.R Rick > Signed-off-by: Heinrich Schuchardt > --- > arch/riscv/config.mk