Re: [PATCH] RX: Add rx-*-linux target

2019-06-07 Thread Yoshinori Sato
On Thu, 06 Jun 2019 08:22:55 +0900, Jeff Law wrote: > > [1 ] > On 6/3/19 11:01 AM, Yoshinori Sato wrote: > > On Sun, 02 Jun 2019 22:12:37 +0900, > > Oleg Endo wrote: > >> > >> On Sun, 2019-06-02 at 20:26 +0900, Yoshinori Sato wrote: > >>> On Fri, 31 May 2019 09:16:18 +0900, > >>> Jeff Law wrote:

Re: [PATCH] RX: Add rx-*-linux target

2019-06-05 Thread Jeff Law
On 6/3/19 11:01 AM, Yoshinori Sato wrote: > On Sun, 02 Jun 2019 22:12:37 +0900, > Oleg Endo wrote: >> >> On Sun, 2019-06-02 at 20:26 +0900, Yoshinori Sato wrote: >>> On Fri, 31 May 2019 09:16:18 +0900, >>> Jeff Law wrote: On 5/29/19 12:27 PM, Jeff Law wrote: > On 5/23/19 6:05 AM, Yosh

Re: [PATCH] RX: Add rx-*-linux target

2019-06-05 Thread Jeff Law
On 6/2/19 5:26 AM, Yoshinori Sato wrote: > On Fri, 31 May 2019 09:16:18 +0900, > Jeff Law wrote: >> >> On 5/29/19 12:27 PM, Jeff Law wrote: >>> On 5/23/19 6:05 AM, Yoshinori Sato wrote: I ported linux kernel to Renesas RX. rx-*-elf target output a binary different from the standard E

Re: [PATCH] RX: Add rx-*-linux target

2019-06-03 Thread Yoshinori Sato
On Sun, 02 Jun 2019 22:12:37 +0900, Oleg Endo wrote: > > On Sun, 2019-06-02 at 20:26 +0900, Yoshinori Sato wrote: > > On Fri, 31 May 2019 09:16:18 +0900, > > Jeff Law wrote: > > > > > > On 5/29/19 12:27 PM, Jeff Law wrote: > > > > On 5/23/19 6:05 AM, Yoshinori Sato wrote: > > > > > I ported linux

Re: [PATCH] RX: Add rx-*-linux target

2019-06-03 Thread Oleg Endo
On Sun, 2019-06-02 at 12:37 -0500, Segher Boessenkool wrote: > > This is -m64bit-doubles/-m32bit-doubles, and t-rx already multilibs > that? Yes, it does. > And the default is 32-bit. So why does rx-linux need something > different? > You could make a point for wanting 64-bit doubles as default

Re: [PATCH] RX: Add rx-*-linux target

2019-06-02 Thread Segher Boessenkool
On Sun, Jun 02, 2019 at 10:12:37PM +0900, Oleg Endo wrote: > On Sun, 2019-06-02 at 20:26 +0900, Yoshinori Sato wrote: > > On Fri, 31 May 2019 09:16:18 +0900, > > Jeff Law wrote: > > > > > > On 5/29/19 12:27 PM, Jeff Law wrote: > > > > On 5/23/19 6:05 AM, Yoshinori Sato wrote: > > > > > I ported li

Re: [PATCH] RX: Add rx-*-linux target

2019-06-02 Thread Oleg Endo
On Sun, 2019-06-02 at 20:26 +0900, Yoshinori Sato wrote: > On Fri, 31 May 2019 09:16:18 +0900, > Jeff Law wrote: > > > > On 5/29/19 12:27 PM, Jeff Law wrote: > > > On 5/23/19 6:05 AM, Yoshinori Sato wrote: > > > > I ported linux kernel to Renesas RX. > > > > > > > > rx-*-elf target output a binar

Re: [PATCH] RX: Add rx-*-linux target

2019-06-02 Thread Yoshinori Sato
On Fri, 31 May 2019 09:16:18 +0900, Jeff Law wrote: > > On 5/29/19 12:27 PM, Jeff Law wrote: > > On 5/23/19 6:05 AM, Yoshinori Sato wrote: > >> I ported linux kernel to Renesas RX. > >> > >> rx-*-elf target output a binary different from the standard ELF. > >> It has the same format as the Renesas

Re: [PATCH] RX: Add rx-*-linux target

2019-05-30 Thread Jeff Law
On 5/29/19 12:27 PM, Jeff Law wrote: > On 5/23/19 6:05 AM, Yoshinori Sato wrote: >> I ported linux kernel to Renesas RX. >> >> rx-*-elf target output a binary different from the standard ELF. >> It has the same format as the Renesas compiler. >> >> But the linux kernel requires the standard ELF for

Re: [PATCH] RX: Add rx-*-linux target

2019-05-29 Thread Jeff Law
On 5/23/19 6:05 AM, Yoshinori Sato wrote: > I ported linux kernel to Renesas RX. > > rx-*-elf target output a binary different from the standard ELF. > It has the same format as the Renesas compiler. > > But the linux kernel requires the standard ELF format. > I want to define a rx-*-linux target

Re: [PATCH] RX: Add rx-*-linux target

2019-05-01 Thread Yoshinori Sato
On Wed, 01 May 2019 00:37:56 +0900, Jeff Law wrote: > > On 4/30/19 7:55 AM, Yoshinori Sato wrote: > > On Tue, 30 Apr 2019 06:48:01 +0900, > > Jeff Law wrote: > >> > >> On 3/26/19 8:21 AM, Yoshinori Sato wrote: > >>> I ported linux kernel to Renesas RX. > >>> > >>> rx-*-elf target output a binary d

Re: [PATCH] RX: Add rx-*-linux target

2019-04-30 Thread Jeff Law
On 4/30/19 7:55 AM, Yoshinori Sato wrote: > On Tue, 30 Apr 2019 06:48:01 +0900, > Jeff Law wrote: >> >> On 3/26/19 8:21 AM, Yoshinori Sato wrote: >>> I ported linux kernel to Renesas RX. >>> >>> rx-*-elf target output a binary different from the standard ELF. >>> It has the same format as the Renes

Re: [PATCH] RX: Add rx-*-linux target

2019-04-30 Thread Yoshinori Sato
On Tue, 30 Apr 2019 06:48:01 +0900, Jeff Law wrote: > > On 3/26/19 8:21 AM, Yoshinori Sato wrote: > > I ported linux kernel to Renesas RX. > > > > rx-*-elf target output a binary different from the standard ELF. > > It has the same format as the Renesas compiler. > > > > But the linux kernel req

Re: [PATCH] RX: Add rx-*-linux target

2019-04-29 Thread Jeff Law
On 3/26/19 8:21 AM, Yoshinori Sato wrote: > I ported linux kernel to Renesas RX. > > rx-*-elf target output a binary different from the standard ELF. > It has the same format as the Renesas compiler. > > But the linux kernel requires the standard ELF format. > I want to define a rx-*-linux target