Remove i386. By the way, it looks like several architectures are missing
here.
This commit is contained in:
parent
fc0b0df059
commit
ec919cac1c
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2009/02/14 13:56:41 abs Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2017/07/29 12:03:37 maxv Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
||||
.include "../Makefile.assym"
|
||||
|
@ -16,12 +16,4 @@ SRCS+= svr4_socket.c svr4_sockio.c svr4_stat.c svr4_stream.c
|
|||
SRCS+= svr4_syscalls.c svr4_sysent.c svr4_termios.c svr4_ttold.c
|
||||
SRCS+= svr4_mod.c
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
CPPFLAGS+= -DEXEC_ELF32
|
||||
SRCS+= svr4_exec_elf32.c
|
||||
.PATH: ${S}/arch/i386/i386
|
||||
SRCS+= svr4_machdep.c svr4_syscall.c svr4_sigcode.S
|
||||
CPPFLAGS.svr4_sigcode.S+= -D_LOCORE
|
||||
.endif
|
||||
|
||||
.include <bsd.kmodule.mk>
|
||||
|
|
Loading…
Reference in New Issue