f76d1dd00a
- make GENERIC more generic - add GENERIC_MD, which has MEMORY_DISK stuff and just includes GENERIC - add a call of dbsym(8) in Makefile.dreamcast.inc Approved by marcus.
13 lines
241 B
PHP
13 lines
241 B
PHP
# $NetBSD: Makefile.dreamcast.inc,v 1.8 2002/10/30 12:22:55 tsutsui Exp $
|
|
|
|
MACHINE_ARCH=sh3el
|
|
|
|
TEXTADDR?=8c010000
|
|
.if ${OBJECT_FMT} == "ELF"
|
|
LINKFORMAT= -N
|
|
.endif
|
|
|
|
SYSTEM_LD_TAIL_EXTRA=; \
|
|
echo "${DBSYM} $@ || true"; \
|
|
${DBSYM} $@ || true
|