39c08b2aa1
Both the target and host variants of this package will be needed by qt6base. Our reading of double-conversion/utils.h in the code base seems to show that all architectures currently supported in Buildroot (to the exception of csky, which we intend to remove, and is anyway not usable/testable today) are supported by double-conversion. Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
12 lines
316 B
Plaintext
12 lines
316 B
Plaintext
config BR2_PACKAGE_DOUBLE_CONVERSION
|
|
bool "double-conversion"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
Provides binary-decimal and decimal-binary routines for
|
|
IEEE doubles.
|
|
|
|
https://github.com/google/double-conversion
|
|
|
|
comment "double-conversion needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|