Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nathanw_sa]: src/sys/arch/mmeye/conf Roll the rest of the ports over to ...
details: https://anonhg.NetBSD.org/src/rev/3ff709bc70a0
branches: nathanw_sa
changeset: 505446:3ff709bc70a0
user: atatat <atatat%NetBSD.org@localhost>
date: Sun Dec 09 05:00:48 2001 +0000
description:
Roll the rest of the ports over to the new MI kernel build machinery.
Any problems reported by testers have been fixed, and massive
cross-compiling of kernels has shown that any problems that remain
with actually building kernels are not related to this.
diffstat:
sys/arch/mmeye/conf/Makefile.mmeye.inc | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 835418e52902 -r 3ff709bc70a0 sys/arch/mmeye/conf/Makefile.mmeye.inc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/mmeye/conf/Makefile.mmeye.inc Sun Dec 09 05:00:48 2001 +0000
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile.mmeye.inc,v 1.6.12.2 2001/12/09 05:00:48 atatat Exp $
+
+MACHINE_ARCH=sh3eb
+
+TEXTADDR?=8c010000
+.if ${OBJECT_FMT} == "ELF"
+LINKFORMAT= -N
+.endif
Home |
Main Index |
Thread Index |
Old Index