summaryrefslogtreecommitdiff
path: root/arch/Config.in.arm
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-19 14:07:51 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-20 22:22:17 +0100
commitd04ea6e4e8d53405b55be5f5877823ed65e85e8b (patch)
treebda6cc6a36d522b4029c8b5dd35c79d5bb8ae948 /arch/Config.in.arm
parent89219fa9dff0505951f4bf0073c7e77a5ae167d6 (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>
Diffstat (limited to 'arch/Config.in.arm')
-rw-r--r--arch/Config.in.arm4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/Config.in.arm b/arch/Config.in.arm
index 2617976f13..f910364960 100644
--- a/arch/Config.in.arm
+++ b/arch/Config.in.arm
@@ -568,3 +568,7 @@ config BR2_GCC_TARGET_FLOAT_ABI
config BR2_GCC_TARGET_MODE
default "arm" if BR2_ARM_INSTRUCTIONS_ARM
default "thumb" if BR2_ARM_INSTRUCTIONS_THUMB || BR2_ARM_INSTRUCTIONS_THUMB2
+
+config BR2_READELF_ARCH_NAME
+ default "ARM" if BR2_arm || BR2_armeb
+ default "AArch64" if BR2_aarch64 || BR2_aarch64_be