PERFORCE change 169225 for review
Stanislav Sedov
stas at FreeBSD.org
Mon Oct 5 14:15:13 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=169225
Change 169225 by stas at stas_yandex on 2009/10/05 14:15:05
- Build "threads" callgrind test on FreeBSD, use right linker
flags when building it.
Affected files ...
.. //depot/projects/valgrind/callgrind/tests/Makefile.am#5 edit
Differences ...
==== //depot/projects/valgrind/callgrind/tests/Makefile.am#5 (text+ko) ====
@@ -17,13 +17,9 @@
notpower2-use.vgtest notpower2-use.stderr.exp \
threads.vgtest threads.stderr.exp
-check_PROGRAMS = clreq simwork
-
-if !VGCONF_PLATFORMS_INCLUDE_X86_FREEBSD
-check_PROGRAMS += threads
-endif
+check_PROGRAMS = clreq simwork threads
AM_CFLAGS += $(AM_FLAG_M3264_PRI)
AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
-threads_LDADD = -lpthread
+threads_LDFLAGS = -pthread
More information about the p4-projects
mailing list