sync with Makefile.mmeye.in for ELF
This commit is contained in:
parent
2633a5dcb5
commit
47410d3a5a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue