URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [gdb/] [config/] [i386/] [nbsd.mh] - Rev 578
Go to most recent revision | Compare with Previous | Blame | View Log
# Host: Intel 386 running NetBSD
XDEPFILES=
# NATDEPFILES must remain entirely on one line for *BSD. When
# building a cross debugger, configure will cause this line to be
# commented out in the Makefile. BSD make doesn't permit the use of a
# continuation character (backslash) to extend a commented line. As a
# consequence, BSD make considers subsequent tab-indented lines to be
# "unassociated shell commands".
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o i386nbsd-nat.o solib.o solib-svr4.o solib-legacy.o
XM_FILE= xm-nbsd.h
NAT_FILE= nm-nbsd.h
Go to most recent revision | Compare with Previous | Blame | View Log