diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-08-17 21:30:01 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-08-18 11:03:16 +0200 |
commit | 4f07578a868f426a8794abb775e0ac4c9e772cc0 (patch) | |
tree | 691d50d5dc09971f0bb89f6c35ae01c1dd37f93f /arch | |
parent | da86e94f80ab227e5acc08a9bcfa97a94af16b6f (diff) | |
download | buildroot-4f07578a868f426a8794abb775e0ac4c9e772cc0.tar.gz buildroot-4f07578a868f426a8794abb775e0ac4c9e772cc0.zip |
arch/x86: all x86 but i386 has atomics operations
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.x86 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/Config.in.x86 b/arch/Config.in.x86 index 327aff06b0..9aa4ea2012 100644 --- a/arch/Config.in.x86 +++ b/arch/Config.in.x86 @@ -202,6 +202,9 @@ config BR2_ARCH config BR2_ENDIAN default "LITTLE" +config BR2_ARCH_HAS_ATOMICS + default y if !BR2_x86_i386 + config BR2_GCC_TARGET_TUNE default "i386" if BR2_x86_i386 default "i486" if BR2_x86_i486 |