mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Mon Apr 14 11:55:27 1997 Geoffrey Noer <noer@pizza.cygnus.com>
* config/i386/cygwin32.mh: remove -lkernel32 from XM_CLIBS since gcc automatically includes it
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Mon Apr 14 11:55:27 1997 Geoffrey Noer <noer@pizza.cygnus.com>
|
||||||
|
|
||||||
|
* config/i386/cygwin32.mh: remove -lkernel32 from XM_CLIBS
|
||||||
|
since gcc automatically includes it
|
||||||
|
|
||||||
Thu Apr 10 13:20:53 1997 Geoffrey Noer <noer@cygnus.com>
|
Thu Apr 10 13:20:53 1997 Geoffrey Noer <noer@cygnus.com>
|
||||||
|
|
||||||
* procfs.c: Substantial (but incomplete) changes to support
|
* procfs.c: Substantial (but incomplete) changes to support
|
||||||
|
@ -4,5 +4,5 @@ XDEPFILES=ser-tcp.o
|
|||||||
TERMCAP=
|
TERMCAP=
|
||||||
NATDEPFILES= win32-nat.o
|
NATDEPFILES= win32-nat.o
|
||||||
NAT_FILE=../nm-empty.h
|
NAT_FILE=../nm-empty.h
|
||||||
XM_CLIBS=-lkernel32
|
XM_CLIBS=
|
||||||
MMALLOC_CFLAGS = -I$(MMALLOC_SRC) -DMMCHECK_FORCE=1
|
MMALLOC_CFLAGS = -I$(MMALLOC_SRC) -DMMCHECK_FORCE=1
|
||||||
|
Reference in New Issue
Block a user