package/binutils: invert version logic
BR2_BINUTILS_GPROFNG was made available for known supported versions only (binutils 2.39 at this point). As all new versions of binutils support gprofng, it makes sense to invert the logic, and instead make BR2_BINUTILS_GPROFNG not available with old binutils versions. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
6dad3a709c
commit
0e42555691
@ -39,7 +39,9 @@ config BR2_BINUTILS_VERSION
|
|||||||
|
|
||||||
config BR2_BINUTILS_GPROFNG
|
config BR2_BINUTILS_GPROFNG
|
||||||
bool "gprofng support"
|
bool "gprofng support"
|
||||||
depends on BR2_BINUTILS_VERSION_2_39_X
|
depends on !BR2_BINUTILS_VERSION_ARC
|
||||||
|
depends on !BR2_BINUTILS_VERSION_2_37_X
|
||||||
|
depends on !BR2_BINUTILS_VERSION_2_38_X
|
||||||
help
|
help
|
||||||
This option enables support for gprofng, a new profiler.
|
This option enables support for gprofng, a new profiler.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user