Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/modules Build the compat_netbsd32* modules for...
details: https://anonhg.NetBSD.org/src/rev/6df002621e06
branches: pgoyette-compat
changeset: 446178:6df002621e06
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Nov 26 11:34:29 2018 +0000
description:
Build the compat_netbsd32* modules for sparc64, too
XXX Sets lists will be updated later.
diffstat:
sys/modules/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 3557fdcb5489 -r 6df002621e06 sys/modules/Makefile
--- a/sys/modules/Makefile Mon Nov 26 11:21:15 2018 +0000
+++ b/sys/modules/Makefile Mon Nov 26 11:34:29 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.202.2.41 2018/11/26 11:21:15 pgoyette Exp $
+# $NetBSD: Makefile,v 1.202.2.42 2018/11/26 11:34:29 pgoyette Exp $
.include <bsd.own.mk>
@@ -273,6 +273,7 @@
.if ${MACHINE_ARCH} == "x86_64" \
|| ${MACHINE_CPU} == "arm" \
+ || ${MACHINE_ARCH} == "sparc64" \
|| (!empty(MACHINE_ARCH:Mmips64*) && !defined(BSD_MK_COMPAT_FILE))
SUBDIR+= compat_netbsd32
SUBDIR+= compat_netbsd32_09 compat_netbsd32_12
Home |
Main Index |
Thread Index |
Old Index