Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/compat_netbsd32 disable a.out on aarch64



details:   https://anonhg.NetBSD.org/src/rev/49520c493ae1
branches:  trunk
changeset: 745570:49520c493ae1
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Mar 05 15:58:33 2020 +0000

description:
disable a.out on aarch64

diffstat:

 sys/modules/compat_netbsd32/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 623d2b5da906 -r 49520c493ae1 sys/modules/compat_netbsd32/Makefile
--- a/sys/modules/compat_netbsd32/Makefile      Thu Mar 05 15:56:55 2020 +0000
+++ b/sys/modules/compat_netbsd32/Makefile      Thu Mar 05 15:58:33 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.30 2019/11/20 19:37:54 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.31 2020/03/05 15:58:33 christos Exp $
 
 .include "../Makefile.inc"
 .include "../Makefile.assym"
@@ -43,7 +43,8 @@
 SRCS+= netbsd32_vm.c
 SRCS+= netbsd32_module.c
 
-.if ${MACHINE_CPU} != "mips" && ${MACHINE_CPU} != "powerpc"
+.if ${MACHINE_CPU} != "mips" && ${MACHINE_CPU} != "powerpc" && \
+    ${MACHINE_CPU} != "aarch64"
 CPPFLAGS+=     -DEXEC_AOUT -DCOMPAT_NOMID
 SRCS+= netbsd32_exec_aout.c
 .endif



Home | Main Index | Thread Index | Old Index