arch: add BR2_READELF_ARCH_NAME hidden config option
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 19 Mar 2017 13:07:51 +0000 (14:07 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 20 Mar 2017 21:22:17 +0000 (22:22 +0100)
commitd04ea6e4e8d53405b55be5f5877823ed65e85e8b
treebda6cc6a36d522b4029c8b5dd35c79d5bb8ae948
parent89219fa9dff0505951f4bf0073c7e77a5ae167d6
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>
15 files changed:
arch/Config.in
arch/Config.in.arc
arch/Config.in.arm
arch/Config.in.bfin
arch/Config.in.csky
arch/Config.in.m68k
arch/Config.in.microblaze
arch/Config.in.mips
arch/Config.in.nios2
arch/Config.in.or1k
arch/Config.in.powerpc
arch/Config.in.sh
arch/Config.in.sparc
arch/Config.in.x86
arch/Config.in.xtensa