Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Also exclude EXEC_AOUT stuff for aarch64



details:   https://anonhg.NetBSD.org/src/rev/2508a5fe01ba
branches:  trunk
changeset: 745575:2508a5fe01ba
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Mar 05 21:08:36 2020 +0000

description:
Also exclude EXEC_AOUT stuff for aarch64

XXX Pullup-9 and -8

diffstat:

 sys/conf/files |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 6ac19a60e31e -r 2508a5fe01ba sys/conf/files
--- a/sys/conf/files    Thu Mar 05 18:20:38 2020 +0000
+++ b/sys/conf/files    Thu Mar 05 21:08:36 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.1258 2020/03/05 13:11:30 pgoyette Exp $
+#      $NetBSD: files,v 1.1259 2020/03/05 21:08:36 pgoyette Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20171118
@@ -165,10 +165,12 @@
 defflag                                COMPAT_SUNOS: COMPAT_09, COMPAT_43
 defflag                                COMPAT_ULTRIX: COMPAT_50
 
-# mips64 has COMPAT_NETBSD32 but cannot have EXEC_AOUT; all other users
-# of COMPAT_NETBSD32 need EXEC_AOUT
+# mips64 and aarch64 have COMPAT_NETBSD32 but cannot have EXEC_AOUT; all
+# other users of COMPAT_NETBSD32 need EXEC_AOUT
 ifdef mips
 defflag                                COMPAT_NETBSD32
+elifdef aarch64
+defflag                                COMPAT_NETBSD32
 else
 defflag                                COMPAT_NETBSD32 : EXEC_AOUT
 endif



Home | Main Index | Thread Index | Old Index