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 sync with Makefile.mmeye.in for ELF
details: https://anonhg.NetBSD.org/src/rev/30400ffd3400
branches: trunk
changeset: 503819:30400ffd3400
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Feb 14 18:06:50 2001 +0000
description:
sync with Makefile.mmeye.in for ELF
diffstat:
sys/arch/dreamcast/conf/Makefile.dreamcast.inc | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r 08b578cca799 -r 30400ffd3400 sys/arch/dreamcast/conf/Makefile.dreamcast.inc
--- a/sys/arch/dreamcast/conf/Makefile.dreamcast.inc Wed Feb 14 17:57:31 2001 +0000
+++ b/sys/arch/dreamcast/conf/Makefile.dreamcast.inc Wed Feb 14 18:06:50 2001 +0000
@@ -1,4 +1,9 @@
-# $NetBSD: Makefile.dreamcast.inc,v 1.3 2001/01/04 07:03:22 itojun Exp $
+# $NetBSD: Makefile.dreamcast.inc,v 1.4 2001/02/14 18:06:50 msaitoh Exp $
MACHINE=dreamcast
MACHINE_ARCH=sh3el
+
+TEXTADDR=8c010000
+.if ${OBJECT_FMT} == "ELF"
+LINKFLAGS= -N -Ttext ${TEXTADDR} -e start
+.endif
Home |
Main Index |
Thread Index |
Old Index