summaryrefslogtreecommitdiff
path: root/cachegrind
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2010-06-13 22:13:58 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2010-06-13 22:13:58 +0000
commitd364580d7150b00b3e9947941ccb849460b1870c (patch)
treec9ec4eb0d6e4cc942af8ac3a40c5e9e317cf2711 /cachegrind
parentb8928848c499b7aee08789607a30ddd1239779a0 (diff)
Remove link_tool_exe.c and replace it with perl scripts that do the
same thing. A .c file doesn't work for cross compilation. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11174 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'cachegrind')
-rw-r--r--cachegrind/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cachegrind/Makefile.am b/cachegrind/Makefile.am
index fcb5ec09..81f37df5 100644
--- a/cachegrind/Makefile.am
+++ b/cachegrind/Makefile.am
@@ -56,7 +56,7 @@ cachegrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_LDADD = \
cachegrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_LDFLAGS = \
$(TOOL_LDFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
cachegrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_LINK = \
- $(top_builddir)/coregrind/link_tool_exe \
+ $(top_builddir)/coregrind/link_tool_exe_@VGCONF_OS@ \
@VALT_LOAD_ADDRESS@ \
$(LINK) \
$(cachegrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) \
@@ -76,7 +76,7 @@ cachegrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_LDADD = \
cachegrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_LDFLAGS = \
$(TOOL_LDFLAGS_@VGCONF_PLATFORM_SEC_CAPS@)
cachegrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_LINK = \
- $(top_builddir)/coregrind/link_tool_exe \
+ $(top_builddir)/coregrind/link_tool_exe_@VGCONF_OS@ \
@VALT_LOAD_ADDRESS@ \
$(LINK) \
$(cachegrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) \