|
From: <sv...@va...> - 2005-11-09 16:32:11
|
Author: sewardj
Date: 2005-11-09 16:32:02 +0000 (Wed, 09 Nov 2005)
New Revision: 5059
Log:
Add hacks to make it possible to build callgrind ("clg3" branch) from
cvs against an install tree.
Modified:
trunk/valgrind.pc.in
Modified: trunk/valgrind.pc.in
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/valgrind.pc.in 2005-11-09 15:14:16 UTC (rev 5058)
+++ trunk/valgrind.pc.in 2005-11-09 16:32:02 UTC (rev 5059)
@@ -5,11 +5,12 @@
arch=3D@VG_ARCH@
os=3D@VG_OS@
platform=3D@VG_PLATFORM@
+valt_load_address=3D@VALT_LOAD_ADDRESS@
=20
Name: Valgrind
Description: A dynamic binary instrumentation framework
Version: @VERSION@
Requires:
-Libs:
-Cflags: -I${includedir} @ARCH_TOOL_AM_CFLAGS@
+Libs: -L${libdir}/valgrind/@VG_PLATFORM@ -lcoregrind -lvex -lgcc
+Cflags: -I${includedir}
=20
|