diff options
Diffstat (limited to 'winsup/utils/Makefile.in')
-rw-r--r-- | winsup/utils/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/utils/Makefile.in b/winsup/utils/Makefile.in index 3dac26ada..1e282d0c4 100644 --- a/winsup/utils/Makefile.in +++ b/winsup/utils/Makefile.in @@ -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 |