* Makefile.in (cygpath.exe): Add -fno-threadsafe-statics to CXXFLAGS.

This commit is contained in:
Corinna Vinschen 2009-11-04 14:14:52 +00:00
parent 18f7c50401
commit 73f2ecd19d
2 changed files with 5 additions and 0 deletions

View File

@ -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>
* cygcheck.cc: Include cygprops.h.

View File

@ -76,6 +76,7 @@ mount.exe: path-mount.o
# Provide any necessary per-target variable overrides.
cygcheck.exe: MINGW_LDFLAGS += -lntdll
cygpath.exe: ALL_LDFLAGS += -lcygwin -lntdll
cygpath.exe: CXXFLAGS += -fno-threadsafe-statics
ps.exe: ALL_LDFLAGS += -lcygwin -lntdll
ldd.exe: ALL_LDFLAGS += -lpsapi