kumquat-buildroot/package/binutils
Thomas Petazzoni 7ff21f8d4b package/binutils: handle gprofng as an optional feature
binutils 2.39 added support for gprofng, a new profiler (see
https://www.phoronix.com/news/GNU-Profiler-gprofng).

This new profiler is enabled by default, but it requires bison on the
host.

In order to handle this, this commit:

 - Adds a new option BR2_BINUTILS_GPROFNG, which allows to
   enable/disable gprofng in host-binutils

 - Unconditionnally disables gprofng for the target binutils, based on
   the idea that in a Buildroot context the analysis of profiling data
   is generally done on the host system. This can of course always be
   revisited later by adding a new option to the target binutils
   package.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-08-13 23:28:20 +02:00
..
2.37
2.38
2.39 package/binutils: add version 2.39 2022-08-13 00:03:44 +02:00
arc-2020.09-release
binutils.hash package/binutils: remove 2.36.1 and make 2.38 default 2022-08-13 00:07:55 +02:00
binutils.mk package/binutils: handle gprofng as an optional feature 2022-08-13 23:28:20 +02:00
Config.in
Config.in.host package/binutils: handle gprofng as an optional feature 2022-08-13 23:28:20 +02:00