This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Ping [PATCH, h8300] Add h8300-*-linux


On Tue, Feb 24, 2015 at 8:26 PM, Yoshinori Sato
<ysato@users.sourceforge.jp> wrote:
> At Tue, 24 Feb 2015 16:41:29 +0000,
> Nicholas Clifton wrote:
>>
>> Hi Sato-san,
>>
>> >> I have applied the patch, but there were a few minor problems that
>> >> needed to be fixed:
>> >
>> > I will fix and resend.
>>
>> No need - I have already made the relevant changes.
>
> OK. Thanks.
>

I got

make[4]: Entering directory `/export/build/gnu/binutils/build-x86_64-linux/ld'
Makefile:2810: warning: overriding recipe for target `eh8300elf_linux.c'
Makefile:2163: warning: ignoring old recipe for target `eh8300elf_linux.c'
Makefile:2821: warning: overriding recipe for target `eh8300helf_linux.c'
Makefile:2163: warning: ignoring old recipe for target `eh8300helf_linux.c'
Makefile:2839: warning: overriding recipe for target `eh8300self_linux.c'
Makefile:2163: warning: ignoring old recipe for target `eh8300self_linux.c'
Makefile:2857: warning: overriding recipe for target `eh8300sxelf_linux.c'
Makefile:2163: warning: ignoring old recipe for target `eh8300sxelf_linux.c'

which is caused by

eh8300elf_linux.c: $(srcdir)/emulparams/h8300elf_linux.sh \
  $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
        ${GENSCRIPTS} h8300elf_linux "$(tdir_h8300elf)"

eh8300helf_linux.c: $(srcdir)/emulparams/h8300helf_linux.sh \
  $(srcdir)/emulparams/h8300elf_linux.sh \
  $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
        ${GENSCRIPTS} h8300helf_linux "$(tdir_h8300helf)"

eh8300self_linux.c: $(srcdir)/emulparams/h8300self_linux.sh \
  $(srcdir)/emulparams/h8300elf.sh \
  $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
        ${GENSCRIPTS} h8300self_linux "$(tdir_h8300self)"

eh8300sxelf_linux.c: $(srcdir)/emulparams/h8300sxelf_linux.sh \
  $(srcdir)/emulparams/h8300elf.sh \
  $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
        ${GENSCRIPTS} h8300sxelf_linux "$(tdir_h8300sxelf)"

in Makefile.am.  Could you please fix it?

Thanks.

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]