Module Name: src Committed By: snj Date: Sun Nov 13 07:27:22 UTC 2016
Modified Files: src/sys/conf [netbsd-7]: files Log Message: Pull up following revision(s) (requested by pgoyette in ticket #1270): sys/conf/files: revision 1.1165 Update dependencies for COMPAT_LINUX32 to include COMPAT_NETBSD32 Without this, an attempt to build a kernel with COMPAT_LINUX32 but without COMPAT_NETBSD32 will fail during the execution of genassym, and the error messages are not very helpful. With this change, config(1) will automatically (and silently) select/add COMPAT_NETBSD32 to the configuration. It might be better if config(1) were to issue an appropriate diagnostic, but that is a change for some future day. To generate a diff of this commit: cvs rdiff -u -r1.1096.2.7 -r1.1096.2.8 src/sys/conf/files Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/conf/files diff -u src/sys/conf/files:1.1096.2.7 src/sys/conf/files:1.1096.2.8 --- src/sys/conf/files:1.1096.2.7 Wed Jun 22 08:26:05 2016 +++ src/sys/conf/files Sun Nov 13 07:27:22 2016 @@ -1,4 +1,4 @@ -# $NetBSD: files,v 1.1096.2.7 2016/06/22 08:26:05 snj Exp $ +# $NetBSD: files,v 1.1096.2.8 2016/11/13 07:27:22 snj Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 version 20100430 @@ -140,12 +140,12 @@ defflag COMPAT_OSSAUDIO defflag COMPAT_FREEBSD: COMPAT_30 defflag COMPAT_IBCS2 defflag COMPAT_LINUX: COMPAT_16 -defflag COMPAT_LINUX32 : COMPAT_LINUX defflag COMPAT_OSF1 defflag COMPAT_SUNOS: COMPAT_30 defflag opt_compat_svr4.h COMPAT_SVR4 COMPAT_SVR4_32 SVR4_COMPAT_SOLARIS2 defflag COMPAT_ULTRIX: COMPAT_50 defflag COMPAT_NETBSD32 +defflag COMPAT_LINUX32 : COMPAT_LINUX, COMPAT_NETBSD32 defflag COMPAT_AOUT_M68K: COMPAT_40 defflag COMPAT_M68K4K defflag COMPAT_VAX1K