Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src



> > For (1) I think "OBJDUMP_ARM_AOUT_FLAGS" like this:
> > ---
> > OBJDUMP_ARM_AOUT_FLAGS=             \
> >     -O a.out-arm-netbsd     \
> >     -R .ident               \
 :
> > For (2), not sure which is better bsd.own.mk or bsd.sys.mk etc.
> > 
> > Note:
> > - sgimips has similar flags to generate ecoff bootloaders
> > - I'm not sure if we can use elf2aout(1) for old ARM firmware
> 
> I think OBJDYMP_AOUT_FLAGS inside a if ${MACINE_ARCH} == "arm" ...
> block is a better choice.

I'll add OBJDUMP_ELF2AOUT_FLAGS?= wrapped with if ${MACHINE_ARCH} == "foo"
in bsd.own.mk as an alternative of elf2aout (or elf2ecoff).

---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index