Date: Mon, 5 Oct 2009 14:15:12 GMT From: Stanislav Sedov <stas@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 169225 for review Message-ID: <200910051415.n95EFCq8094368@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=169225 Change 169225 by stas@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910051415.n95EFCq8094368>
