Dual architecture support - this commit is a major rework of the build
authortom <tom@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Mon, 7 Nov 2005 15:24:38 +0000 (15:24 +0000)
committertom <tom@a5019735-40e9-0310-863c-91ae7b9d1cf9>
Mon, 7 Nov 2005 15:24:38 +0000 (15:24 +0000)
commitfb7bcde4e3d8afdcd267b4da904f777cfd8ed1bb
tree4572f74f126688476aa31946d6ba5a9db69638ab
parent23e40f8a276d73c37ae72731d9714d7ba7d1ea92
Dual architecture support - this commit is a major rework of the build
system that allows multiple copies of valgrind to be built so that we
can build both x86 and amd64 versions of the tools on amd64 machines.

The launcher is then modified to look at the program being run and
decide which tool to use to run it.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5027 a5019735-40e9-0310-863c-91ae7b9d1cf9
20 files changed:
Makefile.am
Makefile.core.am
Makefile.flags.am [new file with mode: 0644]
Makefile.install.am [new file with mode: 0644]
Makefile.tool-flags.am
Makefile.tool-inplace.am
Makefile.tool.am
addrcheck/Makefile.am
cachegrind/Makefile.am
configure.in
coregrind/Makefile.am
coregrind/launcher.c
coregrind/m_main.c
helgrind/Makefile.am
lackey/Makefile.am
massif/Makefile.am
massif/hp2ps/Makefile.am
memcheck/Makefile.am
memcheck/tests/Makefile.am
none/Makefile.am