Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/x68k/conf/GENERIC,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/x68k/conf/GENERIC,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.200 retrieving revision 1.201 diff -u -p -r1.200 -r1.201 --- src/sys/arch/x68k/conf/GENERIC 2020/08/01 08:20:52 1.200 +++ src/sys/arch/x68k/conf/GENERIC 2020/08/10 06:32:59 1.201 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.200 2020/08/01 08:20:52 maxv Exp $ +# $NetBSD: GENERIC,v 1.201 2020/08/10 06:32:59 rin Exp $ # # GENERIC machine description file # @@ -22,9 +22,11 @@ include "arch/x68k/conf/std.x68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.200 $" +#ident "GENERIC-$Revision: 1.201 $" -makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk +makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" + # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for + # backtraces in DDB. maxusers 8