* Makefile.in (cygpath.exe): Add -fno-threadsafe-statics to CXXFLAGS.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user