Re: OBJECT_FMT in x68k/stand/xxboot
Izumi Tsutsui <[email protected]> Fri, 17 Jan 2020 00:57:58 +0900
| Newsgroups | gmane.os.netbsd.ports.x68k |
|---|---|
| Message-ID | <[email protected]> |
> > arch/x68k/stand/xxboot/Makefile.xxboot has such .if statement. > > Is the "OBJECT_FMT == ELF" condition (still?) necessary? > > If no, may I remove .else part? > > I found that similar .if has already been removed in other > Makefiles[*] 10 years ago. So that I remove it. I guess it was just required during a.out -> ELF transition. Anyway GNU toolchain no longer support a.out so it should go away. --- Izumi Tsutsui