xref: /OK3568_Linux_fs/buildroot/package/glog/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_GLOG
2	bool "glog"
3	# __ELF__ not defined on Microblaze
4	depends on !BR2_microblaze
5	depends on BR2_INSTALL_LIBSTDCPP
6	help
7	  C++ implementation of the Google logging module
8
9	  https://github.com/google/glog
10
11comment "glog needs a toolchain w/ C++"
12	depends on !BR2_microblaze
13	depends on !BR2_INSTALL_LIBSTDCPP
14