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