Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/compat_svr4 Remove i386. By the way, it looks li...
details: https://anonhg.NetBSD.org/src/rev/cd5eaf94f794
branches: trunk
changeset: 355460:cd5eaf94f794
user: maxv <maxv%NetBSD.org@localhost>
date: Sat Jul 29 12:03:37 2017 +0000
description:
Remove i386. By the way, it looks like several architectures are missing
here.
diffstat:
sys/modules/compat_svr4/Makefile | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diffs (22 lines):
diff -r aaad6d512782 -r cd5eaf94f794 sys/modules/compat_svr4/Makefile
--- a/sys/modules/compat_svr4/Makefile Sat Jul 29 12:00:56 2017 +0000
+++ b/sys/modules/compat_svr4/Makefile Sat Jul 29 12:03:37 2017 +0000
@@ -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_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>
Home |
Main Index |
Thread Index |
Old Index