mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
* 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>
|
||||
|
||||
* cygcheck.cc: Include cygprops.h.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user