mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-29 18:40:25 +08:00
* Makefile.in: Make sure that libz is always loaded staticly.
This commit is contained in:
parent
0d82dbb143
commit
1f3843930e
@ -1,3 +1,7 @@
|
||||
2012-11-27 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||
|
||||
* Makefile.in: Make sure that libz is always loaded staticly.
|
||||
|
||||
2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||
|
||||
* configure.ac: Rename from configure.in.
|
||||
|
@ -85,7 +85,7 @@ mount.exe: path-mount.o
|
||||
|
||||
# Provide any necessary per-target variable overrides.
|
||||
|
||||
cygcheck.exe: MINGW_LDFLAGS += -lpsapi -lntdll -lz
|
||||
cygcheck.exe: MINGW_LDFLAGS += -lpsapi -lntdll --static -lz
|
||||
cygcheck.exe: ${CYGCHECK_OBJS}
|
||||
|
||||
cygpath.o: CXXFLAGS += -fno-threadsafe-statics
|
||||
@ -107,7 +107,7 @@ CYGWIN_BINS += dumper.exe
|
||||
dumper.o module_info.o parse_pe.o: CXXFLAGS += -I$(top_srcdir)/include
|
||||
dumper.o parse_pe.o: dumper.h
|
||||
dumper.exe: module_info.o parse_pe.o
|
||||
dumper.exe: CYGWIN_LDFLAGS += -lbfd -lintl -liconv -liberty -lz
|
||||
dumper.exe: CYGWIN_LDFLAGS += -lbfd -lintl -liconv -liberty --static -lz
|
||||
else
|
||||
all: warn_dumper
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user