Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lkm/exec the exec LKMs work on sparc64.
details: https://anonhg.NetBSD.org/src/rev/8a68be6303dd
branches: trunk
changeset: 522032:8a68be6303dd
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Feb 10 15:46:28 2002 +0000
description:
the exec LKMs work on sparc64.
diffstat:
sys/lkm/exec/Makefile | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (29 lines):
diff -r 45eb664b1f63 -r 8a68be6303dd sys/lkm/exec/Makefile
--- a/sys/lkm/exec/Makefile Sun Feb 10 15:43:41 2002 +0000
+++ b/sys/lkm/exec/Makefile Sun Feb 10 15:46:28 2002 +0000
@@ -1,9 +1,13 @@
-# $NetBSD: Makefile,v 1.11 2001/11/01 19:32:53 jdolecek Exp $
+# $NetBSD: Makefile,v 1.12 2002/02/10 15:46:28 mrg Exp $
.if ${MACHINE} == "i386"
SUBDIR+= freebsd_aout freebsd_elf linux_elf svr4_elf
.endif
+.if ${MACHINE_ARCH} == "sparc64"
+SUBDIR+= elf netbsd32_aout netbsd32_elf sunos32_aout svr4_32_elf
+.endif
+
# These are untested, but do compile. Once they are tested,
# move them above.
@@ -29,10 +33,6 @@
SUBDIR+= aout sunos_aout svr4_elf
.endif
-.if ${MACHINE_ARCH} == "sparc64"
-SUBDIR+= elf netbsd32_aout netbsd32_elf sunos32_aout svr4_32_elf
-.endif
-
.if ${MACHINE_ARCH} == "vax"
SUBDIR+= vax1k
.endif
Home |
Main Index |
Thread Index |
Old Index