Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/compat Don't exclude amd64 from COMPAT < 15. We ...
details: https://anonhg.NetBSD.org/src/rev/9248c1edd852
branches: trunk
changeset: 805047:9248c1edd852
user: christos <christos%NetBSD.org@localhost>
date: Sun Dec 14 21:14:06 2014 +0000
description:
Don't exclude amd64 from COMPAT < 15. We need it for COMPAT_NETBSD32 a.out
diffstat:
sys/modules/compat/Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 2a6655bbfbf4 -r 9248c1edd852 sys/modules/compat/Makefile
--- a/sys/modules/compat/Makefile Sun Dec 14 19:59:52 2014 +0000
+++ b/sys/modules/compat/Makefile Sun Dec 14 21:14:06 2014 +0000
@@ -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 @@
# 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_14
CPPFLAGS+= -DCOMPAT_15
CPPFLAGS+= -DCOMPAT_16
-.endif
CPPFLAGS+= -DCOMPAT_20
CPPFLAGS+= -DCOMPAT_30 -DCOMPAT_40 -DCOMPAT_50
Home |
Main Index |
Thread Index |
Old Index