* Makefile.in (cygpath.exe): Add -fno-threadsafe-statics to CXXFLAGS.
This commit is contained in:
parent
18f7c50401
commit
73f2ecd19d
@ -1,3 +1,7 @@
|
|||||||
|
2009-11-04 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* Makefile.in (cygpath.exe): Add -fno-threadsafe-statics to CXXFLAGS.
|
||||||
|
|
||||||
2009-10-31 Corinna Vinschen <corinna@vinschen.de>
|
2009-10-31 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* cygcheck.cc: Include cygprops.h.
|
* cygcheck.cc: Include cygprops.h.
|
||||||
|
@ -76,6 +76,7 @@ mount.exe: path-mount.o
|
|||||||
# Provide any necessary per-target variable overrides.
|
# Provide any necessary per-target variable overrides.
|
||||||
cygcheck.exe: MINGW_LDFLAGS += -lntdll
|
cygcheck.exe: MINGW_LDFLAGS += -lntdll
|
||||||
cygpath.exe: ALL_LDFLAGS += -lcygwin -lntdll
|
cygpath.exe: ALL_LDFLAGS += -lcygwin -lntdll
|
||||||
|
cygpath.exe: CXXFLAGS += -fno-threadsafe-statics
|
||||||
ps.exe: ALL_LDFLAGS += -lcygwin -lntdll
|
ps.exe: ALL_LDFLAGS += -lcygwin -lntdll
|
||||||
|
|
||||||
ldd.exe: ALL_LDFLAGS += -lpsapi
|
ldd.exe: ALL_LDFLAGS += -lpsapi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user