[runtime] Move 'pedump' to tools/pedump, build tools by default. (#3133)
authorZoltan Varga <vargaz@gmail.com>
Fri, 10 Jun 2016 06:52:03 +0000 (02:52 -0400)
committerGitHub <noreply@github.com>
Fri, 10 Jun 2016 06:52:03 +0000 (02:52 -0400)
commit2f6e404ed1a274e942ba0325b55ce610c25a23f2
treea3f7e9b4214bc8a943b343b6d1e0aa5825203d3e
parentff55074476e584cd44d434af9186d611f8122adf
[runtime] Move 'pedump' to tools/pedump, build tools by default. (#3133)

* [runtime] Move 'pedump' to tools/pedump, build tools by default.

* Add missing file.

* [runtime] Mark mono_opcodes[] with MONO_API.

* [runtime] Build monograph when sgen is supported instead of boehm.

* [runtime] Link monograph against the static runtime libraries.

* [runtime] Use the same SUBDIRS/DIST_SUBDIRS for the CROSS_COMPILING case.
Makefile.am
configure.ac
mono/metadata/Makefile.am
mono/metadata/opcodes.h
mono/metadata/pedump.c [deleted file]
tools/Makefile.am
tools/monograph/Makefile.am
tools/pedump/Makefile.am [new file with mode: 0644]
tools/pedump/pedump.c [new file with mode: 0644]