Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/evbsh3/conf Pullup revision 1.3-1.4 (approved ...
details: https://anonhg.NetBSD.org/src/rev/7462306e1d5f
branches: netbsd-1-5
changeset: 488980:7462306e1d5f
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Aug 08 19:56:47 2000 +0000
description:
Pullup revision 1.3-1.4 (approved by thorpej):
- use makeoptions to select ldscript file
- add COMPAT_14
diffstat:
sys/arch/evbsh3/conf/KZSH401 | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r cf17d488eb5b -r 7462306e1d5f sys/arch/evbsh3/conf/KZSH401
--- a/sys/arch/evbsh3/conf/KZSH401 Tue Aug 08 19:56:06 2000 +0000
+++ b/sys/arch/evbsh3/conf/KZSH401 Tue Aug 08 19:56:47 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: KZSH401,v 1.2 2000/03/22 00:58:19 cgd Exp $
+# $NetBSD: KZSH401,v 1.2.4.1 2000/08/08 19:56:47 msaitoh Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -45,6 +45,9 @@
options FRQCR_VAL =0x0e13
options BSC_SDMR2_VAL =0xff90008c
+makeoptions LDSCRIPTBASE="sh.x" # for big endian
+#makeoptions LDSCRIPTBASE="shl.x" # for little endian
+
options LED_ADDR=0xa8000000
# Standard system options
@@ -74,6 +77,7 @@
# Compatibility options
options COMPAT_13 # NetBSD 1.3
+options COMPAT_14 # NetBSD 1.4,
options COMPAT_43 # and 4.3BSD
# Executable format options
Home |
Main Index |
Thread Index |
Old Index