| # Copyright (c) 2023 Yonatan Schachter |
| # SPDX-License-Identifier: Apache-2.0 |
| menuconfig BINDESC_DEFINE_HOST_INFO |
| bool "Host info binary descriptors" |
| Add the host info binary descriptors |
| if BINDESC_DEFINE_HOST_INFO |
| The name of the host that the image was compiled on |
| config BINDESC_C_COMPILER_NAME |
| The C compiler name, such as "GNU" |
| config BINDESC_C_COMPILER_VERSION |
| bool "C compiler version" |
| The C compiler version, such as "12.3.0" |
| config BINDESC_CXX_COMPILER_NAME |
| The C++ compiler name, such as "GNU" |
| config BINDESC_CXX_COMPILER_VERSION |
| bool "C++ compiler version" |
| The C++ compiler version, such as "12.3.0" |
| endif # BINDESC_DEFINE_HOST_INFO |