mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Fix NetBSD 1.4 build problem.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-03-18 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
|
* config/i386/nbsd.mh (NATDEPFILES): List all files on the same
|
||||||
|
line to avoid build problem on NetBSD 1.4.
|
||||||
|
|
||||||
2001-03-17 Michael Chastain <chastain@redhat.com>
|
2001-03-17 Michael Chastain <chastain@redhat.com>
|
||||||
|
|
||||||
* win32-nat.c (child_attach): check args for NULL before passing
|
* win32-nat.c (child_attach): check args for NULL before passing
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
# Host: Intel 386 running NetBSD
|
# Host: Intel 386 running NetBSD
|
||||||
XDEPFILES=
|
XDEPFILES=
|
||||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o i386nbsd-nat.o \
|
|
||||||
solib.o solib-svr4.o solib-legacy.o
|
# 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
|
XM_FILE= xm-nbsd.h
|
||||||
NAT_FILE= nm-nbsd.h
|
NAT_FILE= nm-nbsd.h
|
||||||
|
Reference in New Issue
Block a user