If object_fmt == elf and we have machine_elf, build that one.
This commit is contained in:
parent
4553ce553c
commit
9c7fb208f8
|
@ -1,6 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.12 1999/01/21 09:45:28 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.13 1999/02/03 10:55:12 christos Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if ${OBJECT_FMT} == "ELF" && exists(${MACHINE_ARCH}_elf)
|
||||
SUBDIR= ${MACHINE_ARCH}_elf
|
||||
.else
|
||||
SUBDIR= ${MACHINE_ARCH}
|
||||
.endif
|
||||
|
||||
.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "powerpc") && \
|
||||
(${MACHINE_ARCH} != "arm32")
|
||||
|
|
Loading…
Reference in New Issue