mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
build ser-tcp.o for cygwin32 hosted gdb
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
Thu Sep 5 17:05:13 1996 Geoffrey Noer <noer@cygnus.com>
|
||||
|
||||
* config/i386/cygwin32.mh:
|
||||
* config/powerpc/cygwin32.mh: build ser-tcp.o for both hosts
|
||||
|
||||
Thu Sep 5 12:09:13 1996 Per Bothner <bothner@deneb.cygnus.com>
|
||||
|
||||
* value.h (COERCE_REF): Fix previous change.
|
||||
|
@ -1,6 +1,7 @@
|
||||
MH_CFLAGS=
|
||||
XM_FILE=xm-cygwin32.h
|
||||
XDEPFILES=ser-tcp.o
|
||||
TERMCAP=
|
||||
NATDEPFILES= win32-nat.o
|
||||
NAT_FILE= ../nm-empty.h
|
||||
NATDEPFILES=win32-nat.o
|
||||
NAT_FILE=../nm-empty.h
|
||||
XM_CLIBS=-lkernel32
|
||||
|
@ -1,5 +1,6 @@
|
||||
MH_CFLAGS=
|
||||
XM_FILE=xm-cygwin32.h
|
||||
XDEP_FILES=ser-tcp.o
|
||||
TERMCAP=
|
||||
NATDEPFILES= win32-nat.o
|
||||
NATDEPFILES=win32-nat.o
|
||||
XM_CLIBS=-lkernel32
|
||||
|
Reference in New Issue
Block a user