diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-08-17 21:29:54 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-08-18 11:01:40 +0200 |
commit | 0d79bc13ec73c307711b875b0d49b9689f35089c (patch) | |
tree | d07afb396aec552b0b4710b18acccf8a5a0dfdef /arch | |
parent | 5b98309f5941f90fbad4647ec8bb081d3a455b65 (diff) | |
download | buildroot-0d79bc13ec73c307711b875b0d49b9689f35089c.tar.gz buildroot-0d79bc13ec73c307711b875b0d49b9689f35089c.zip |
arch/m68k: always has atomic ops
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Anton Kolesov <Anton.Kolesov@synopsys.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/Config.in.m68k | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/Config.in.m68k b/arch/Config.in.m68k index ba6cedf7d3..6b79307a22 100644 --- a/arch/Config.in.m68k +++ b/arch/Config.in.m68k @@ -4,6 +4,9 @@ config BR2_ARCH config BR2_ENDIAN default "BIG" +config BR2_ARCH_HAS_ATOMICS + default y + config BR2_GCC_TARGET_TUNE default "68000" if BR2_m68k_68000 default "68010" if BR2_m68k_68010 |