commit | d04ea6e4e8d53405b55be5f5877823ed65e85e8b | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Sun Mar 19 14:07:51 2017 +0100 |
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Mon Mar 20 22:22:17 2017 +0100 |
tree | bda6cc6a36d522b4029c8b5dd35c79d5bb8ae948 | |
parent | 89219fa9dff0505951f4bf0073c7e77a5ae167d6 [diff] |
arch: add BR2_READELF_ARCH_NAME hidden config option This config option corresponds to the string returned by readelf for the "Machine" field of the ELF header. It will be used to check if the architecture of binaries built by Buildroot match the target architecture. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>