xref: /OK3568_Linux_fs/buildroot/package/double-conversion/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_DOUBLE_CONVERSION
2	bool "double-conversion"
3	depends on BR2_INSTALL_LIBSTDCPP
4	help
5	  Provides binary-decimal and decimal-binary routines for
6	  IEEE doubles.
7
8	  https://github.com/google/double-conversion
9
10comment "double-conversion needs a toolchain w/ C++"
11	depends on !BR2_INSTALL_LIBSTDCPP
12