mbox

[0/1] dmalloc support in crosstool-ng recipe

Message ID cover.1354284467.git.kibo@prevas.dk
State Not Applicable
Headers show

Pull-request

git://gitorious.org//~kibo/oe-lite/kibos-core.git 3.3

Message

Kim Bøndergaard Nov. 30, 2012, 2:29 p.m. UTC
dmalloc already natively supported by crosstool-ng is now also available using 
the oe-lite crosstool-ng recipe.

The following changes since commit 002bc03bd3fd882aa33b097cc45221fc4ed15707:

  Unrelease (2012-11-01 21:04:04 +0100)

are available in the git repository at:

  git://gitorious.org//~kibo/oe-lite/kibos-core.git 3.3
  http://gitorious.org//~kibo/oe-lite/kibos-core/commits/3.3

Kim Bøndergaard (1):
  crosstool-ng: dmalloc support added

 recipes/crosstool-ng/gcc-configure.inc |   15 ++++++++++++++-
 recipes/crosstool-ng/gcc-fetch.inc     |    4 ++++
 recipes/crosstool-ng/gcc-package.inc   |   25 +++++++++++++++++++++++++
 recipes/crosstool-ng/gcc-versions.inc  |    4 ++++
 recipes/crosstool-ng/gcc_1.13.2.oe     |    1 +
 recipes/crosstool-ng/gcc_1.13.2.oe.sig |    1 +
 6 files changed, 49 insertions(+), 1 deletion(-)

Comments

Esben Haabendal Dec. 14, 2012, 7:03 p.m. UTC | #1
Kim Bøndergaard <kibo@prevas.dk> writes:

> Kim Bøndergaard (1):
>   crosstool-ng: dmalloc support added

I merged it to master, whith some rework.  Most notably changing the
name of the USE flag to toolchain_dmalloc bot also changing the
packaging to put each libdmalloc* library in seperate packages (using
auto-package-libs).

/Esben