Module Name:    src
Committed By:   pgoyette
Date:           Thu Sep 13 22:10:04 UTC 2018

Modified Files:
        src/sys/modules/compat_netbsd32 [pgoyette-compat]: Makefile

Log Message:
Include required MD code for amd64


To generate a diff of this commit:
cvs rdiff -u -r1.20.12.9 -r1.20.12.10 \
    src/sys/modules/compat_netbsd32/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/compat_netbsd32/Makefile
diff -u src/sys/modules/compat_netbsd32/Makefile:1.20.12.9 src/sys/modules/compat_netbsd32/Makefile:1.20.12.10
--- src/sys/modules/compat_netbsd32/Makefile:1.20.12.9	Wed Sep 12 04:35:22 2018
+++ src/sys/modules/compat_netbsd32/Makefile	Thu Sep 13 22:10:04 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.20.12.9 2018/09/12 04:35:22 pgoyette Exp $
+#	$NetBSD: Makefile,v 1.20.12.10 2018/09/13 22:10:04 pgoyette Exp $
 
 .include "../Makefile.inc"
 .include "../Makefile.assym"
@@ -43,6 +43,7 @@ SRCS+=	netbsd32_exec_aout.c
 
 .if ${MACHINE_ARCH} == "x86_64"
 .PATH:	${S}/arch/amd64/amd64
+CPPFLAGS+=	-DCOMPAT_13 -DCOMPAT_16
 SRCS+=	netbsd32_machdep.c netbsd32_sigcode.S netbsd32_syscall.c
 .endif
 

Reply via email to