d04ea6e4e8
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>
9 lines
121 B
Plaintext
9 lines
121 B
Plaintext
config BR2_ARCH
|
|
default "or1k"
|
|
|
|
config BR2_ENDIAN
|
|
default "BIG"
|
|
|
|
config BR2_READELF_ARCH_NAME
|
|
default "OpenRISC 1000"
|