4a3f597a0e
Now that BR2_ARCH_HAS_ATOMICS is no longer used anywhere, we can remove it from arch/Config.in*, as well as from the documentation. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
14 lines
323 B
Plaintext
14 lines
323 B
Plaintext
config BR2_ARCH
|
|
default "m68k" if BR2_m68k
|
|
|
|
config BR2_ENDIAN
|
|
default "BIG"
|
|
|
|
config BR2_GCC_TARGET_ARCH
|
|
default "68000" if BR2_m68k_68000
|
|
default "68010" if BR2_m68k_68010
|
|
default "68020" if BR2_m68k_68020
|
|
default "68030" if BR2_m68k_68030
|
|
default "68040" if BR2_m68k_68040
|
|
default "68060" if BR2_m68k_68060
|