mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:39:24 +08:00
Going back to old remote method for now.
This commit is contained in:
@ -172,8 +172,6 @@ DIST=gdb
|
|||||||
LINT=/usr/5bin/lint
|
LINT=/usr/5bin/lint
|
||||||
LINTFLAGS= -I${BFD_DIR}
|
LINTFLAGS= -I${BFD_DIR}
|
||||||
|
|
||||||
REMOTE = remote.o # Override if necessary
|
|
||||||
|
|
||||||
# Host and target-dependent makefile fragments come in here.
|
# Host and target-dependent makefile fragments come in here.
|
||||||
####
|
####
|
||||||
# End of host and target-dependent makefile fragments
|
# End of host and target-dependent makefile fragments
|
||||||
@ -300,7 +298,7 @@ TARFILES = ${TAGFILES_MAINDIR} ${OTHERS} ${REMOTE_EXAMPLES}
|
|||||||
|
|
||||||
OBS = main.o blockframe.o breakpoint.o findvar.o stack.o source.o \
|
OBS = main.o blockframe.o breakpoint.o findvar.o stack.o source.o \
|
||||||
values.o eval.o valops.o valarith.o valprint.o printcmd.o \
|
values.o eval.o valops.o valarith.o valprint.o printcmd.o \
|
||||||
symtab.o symfile.o symmisc.o infcmd.o infrun.o $(REMOTE) \
|
symtab.o symfile.o symmisc.o infcmd.o infrun.o remote.o \
|
||||||
command.o utils.o expprint.o environ.o version.o gdbtypes.o \
|
command.o utils.o expprint.o environ.o version.o gdbtypes.o \
|
||||||
copying.o $(DEPFILES) mem-break.o target.o \
|
copying.o $(DEPFILES) mem-break.o target.o \
|
||||||
ieee-float.o putenv.o parse.o language.o $(YYOBJ) \
|
ieee-float.o putenv.o parse.o language.o $(YYOBJ) \
|
||||||
|
@ -3,5 +3,3 @@ MH_CFLAGS=-D__GO32__ -D__MSDOS__
|
|||||||
XDEPFILES= go32-xdep.o ser-go32.o
|
XDEPFILES= go32-xdep.o ser-go32.o
|
||||||
XM_FILE= xm-go32.h
|
XM_FILE= xm-go32.h
|
||||||
|
|
||||||
REMOTE = remote-ser.o
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user