Module Name:    src
Committed By:   tsutsui
Date:           Wed Oct 13 10:56:56 UTC 2010

Modified Files:
        src/sys/arch/dreamcast/conf: GENERIC std.dreamcast

Log Message:
Include std.sh3 to pull options CPU_IN_CKSUM.  Noted by Ryo SHIMIZU.


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/dreamcast/conf/GENERIC
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/dreamcast/conf/std.dreamcast

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/dreamcast/conf/GENERIC
diff -u src/sys/arch/dreamcast/conf/GENERIC:1.96 src/sys/arch/dreamcast/conf/GENERIC:1.97
--- src/sys/arch/dreamcast/conf/GENERIC:1.96	Wed Sep  1 16:13:32 2010
+++ src/sys/arch/dreamcast/conf/GENERIC	Wed Oct 13 10:56:56 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.96 2010/09/01 16:13:32 he Exp $
+# $NetBSD: GENERIC,v 1.97 2010/10/13 10:56:56 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -67,7 +67,6 @@
 
 # Executable format options
 options 	EXEC_COFF	# COFF executables
-options 	EXEC_ELF32	# 32-bit ELF executables
 
 # File systems
 file-system 	FFS		# UFS

Index: src/sys/arch/dreamcast/conf/std.dreamcast
diff -u src/sys/arch/dreamcast/conf/std.dreamcast:1.8 src/sys/arch/dreamcast/conf/std.dreamcast:1.9
--- src/sys/arch/dreamcast/conf/std.dreamcast:1.8	Fri Mar 17 16:06:51 2006
+++ src/sys/arch/dreamcast/conf/std.dreamcast	Wed Oct 13 10:56:56 2010
@@ -1,11 +1,10 @@
-# $NetBSD: std.dreamcast,v 1.8 2006/03/17 16:06:51 uebayasi Exp $
+# $NetBSD: std.dreamcast,v 1.9 2010/10/13 10:56:56 tsutsui Exp $
 #
 # standard, required NetBSD/dreamcast 'options'
 
 machine dreamcast sh3
-include		"conf/std"	# MI standard options
-
-options 	EXEC_SCRIPT	# exec #! scripts
+include		"conf/std"			# MI standard options
+include		"arch/sh3/conf/std.sh3"		# arch standard options
 
 # CPU support
 options 	SH4

Reply via email to