Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/dreamcast/conf Include std.sh3 to pull options CPU_...
details: https://anonhg.NetBSD.org/src/rev/5e5f39e030f7
branches: trunk
changeset: 758008:5e5f39e030f7
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Wed Oct 13 10:56:56 2010 +0000
description:
Include std.sh3 to pull options CPU_IN_CKSUM. Noted by Ryo SHIMIZU.
diffstat:
sys/arch/dreamcast/conf/GENERIC | 3 +--
sys/arch/dreamcast/conf/std.dreamcast | 7 +++----
2 files changed, 4 insertions(+), 6 deletions(-)
diffs (35 lines):
diff -r 7a0192409cd0 -r 5e5f39e030f7 sys/arch/dreamcast/conf/GENERIC
--- a/sys/arch/dreamcast/conf/GENERIC Wed Oct 13 10:31:00 2010 +0000
+++ b/sys/arch/dreamcast/conf/GENERIC Wed Oct 13 10:56:56 2010 +0000
@@ -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
diff -r 7a0192409cd0 -r 5e5f39e030f7 sys/arch/dreamcast/conf/std.dreamcast
--- a/sys/arch/dreamcast/conf/std.dreamcast Wed Oct 13 10:31:00 2010 +0000
+++ b/sys/arch/dreamcast/conf/std.dreamcast Wed Oct 13 10:56:56 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index