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 format. >> I want to define a rx-*-linux target so that I can generate >> a standard ELF binary. > Presumably you're resubmitting after your assignment got recorded (I > think I saw that fly by recently). > > I'll construct a ChangeLog and install this on the trunk. So this is causing libgcc to fail to build for rx-elf. The problem is the DF=SF #define. I think you need so split that out so that it's only used for rx-linux.
Jeff