2015-06-10 07:50:49 +02:00
|
|
|
config BR2_PACKAGE_GLOG
|
|
|
|
bool "glog"
|
2019-11-09 23:51:40 +01:00
|
|
|
# __ELF__ not defined on Microblaze
|
|
|
|
depends on !BR2_microblaze
|
2015-06-10 07:50:49 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
C++ implementation of the Google logging module
|
|
|
|
|
|
|
|
https://github.com/google/glog
|
|
|
|
|
2019-10-28 18:33:04 +01:00
|
|
|
comment "glog needs a toolchain w/ C++"
|
2019-11-09 23:51:40 +01:00
|
|
|
depends on !BR2_microblaze
|
2019-10-28 18:33:04 +01:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|