1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/dsf-gdb
Simon Marchi c817c3aed5 debug tests Makefile: don't use -pthread when on Windows
Currently, I get the following error:

g++ -gdwarf-2 -pthread -o ../bin/MultiThreadRunControl.exe
MultiThreadRunControl.cc
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe:
cannot find -lpthread

I could install the pthreads package for mingw, and it would probably
work, but we don't use pthreads on windows, so it's better to just not
link with it.

Change-Id: I5deb58c5b69a98b77e9e9a4a744c6815c830cf20
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/37611
2014-12-11 13:02:58 -05:00
..
org.eclipse.cdt.dsf.gdb Bug 235747: [registers] Allow user to edit the register groups. 2014-12-09 10:37:26 -05:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui Bug 452199 - [visualizer] API filters file for multicore visualizer is 2014-11-19 09:18:25 -05:00
org.eclipse.cdt.dsf.gdb.tests Add missing arg for jacoco in in tests. Update jacoco. 2014-08-28 15:40:26 -04:00
org.eclipse.cdt.dsf.gdb.ui Bug 439631 - [dynamic printf] Backslashes in the file name should be escaped 2014-12-11 14:11:40 +01:00
org.eclipse.cdt.gnu.dsf-feature Inremented feature version to 8.5. 2014-07-21 17:07:12 -07:00
org.eclipse.cdt.gnu.dsf.source-feature Inremented feature version to 8.5. 2014-07-21 17:07:12 -07:00
org.eclipse.cdt.gnu.multicorevisualizer-feature Inremented feature version to 8.5. 2014-07-21 17:07:12 -07:00
org.eclipse.cdt.tests.dsf.gdb debug tests Makefile: don't use -pthread when on Windows 2014-12-11 13:02:58 -05:00