Module Name: src
Committed By: christos
Date: Sun Dec 14 21:14:06 UTC 2014
Modified Files:
src/sys/modules/compat: Makefile
Log Message:
Don't exclude amd64 from COMPAT < 15. We need it for COMPAT_NETBSD32 a.out
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/modules/compat/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/Makefile
diff -u src/sys/modules/compat/Makefile:1.10 src/sys/modules/compat/Makefile:1.11
--- src/sys/modules/compat/Makefile:1.10 Fri Apr 4 14:17:36 2014
+++ src/sys/modules/compat/Makefile Sun Dec 14 16:14:06 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/04/04 18:17:36 njoly Exp $
+# $NetBSD: Makefile,v 1.11 2014/12/14 21:14:06 christos Exp $
.include "../Makefile.inc"
@@ -11,7 +11,6 @@ KMOD= compat
# the symbols available for other emulations. So include the source
# files but don't hook them in via compat_modcmd().
#
-.if (${MACHINE_ARCH} != "x86_64")
CPPFLAGS+= -DCOMPAT_09
CPPFLAGS+= -DCOMPAT_10
CPPFLAGS+= -DCOMPAT_11
@@ -20,7 +19,6 @@ CPPFLAGS+= -DCOMPAT_13
CPPFLAGS+= -DCOMPAT_14
CPPFLAGS+= -DCOMPAT_15
CPPFLAGS+= -DCOMPAT_16
-.endif
CPPFLAGS+= -DCOMPAT_20
CPPFLAGS+= -DCOMPAT_30 -DCOMPAT_40 -DCOMPAT_50