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/2392eb395a23
branches: netbsd-1-5
changeset: 488978:2392eb395a23
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Aug 08 19:55:20 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/COMPUTEX7750 | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 0faf3a95279c -r 2392eb395a23 sys/arch/evbsh3/conf/COMPUTEX7750
--- a/sys/arch/evbsh3/conf/COMPUTEX7750 Tue Aug 08 19:51:03 2000 +0000
+++ b/sys/arch/evbsh3/conf/COMPUTEX7750 Tue Aug 08 19:55:20 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: COMPUTEX7750,v 1.2 2000/03/22 00:58:19 cgd Exp $
+# $NetBSD: COMPUTEX7750,v 1.2.4.1 2000/08/08 19:55:20 msaitoh Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -49,6 +49,9 @@
options FRQCR_VAL =0x0e23
options BSC_SDMR3_VAL =0xff940110
+makeoptions LDSCRIPTBASE="sh.x" # for big endian
+#makeoptions LDSCRIPTBASE="shl.x" # for little endian
+
# Standard system options
#options UCONSOLE # users can use TIOCCONS (for xconsole)
#options INSECURE # disable kernel security levels
@@ -76,6 +79,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