diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-02 16:31:32 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-06 11:16:00 +0100 |
commit | 4a3f597a0ea3392bbd1063c40291743955309472 (patch) | |
tree | 4cdc92f45a5ed2b2281504b3c5bffefc9050eb2d /arch/Config.in | |
parent | b53a2ac54b8158fcea7c1e7377d24ea1b7769615 (diff) | |
download | buildroot-4a3f597a0ea3392bbd1063c40291743955309472.tar.gz buildroot-4a3f597a0ea3392bbd1063c40291743955309472.zip |
arch: remove BR2_ARCH_HAS_ATOMICS option
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>
Diffstat (limited to 'arch/Config.in')
-rw-r--r-- | arch/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/Config.in b/arch/Config.in index 4cdd54e251..401bd28e86 100644 --- a/arch/Config.in +++ b/arch/Config.in @@ -284,10 +284,6 @@ config BR2_GCC_TARGET_FLOAT_ABI config BR2_GCC_TARGET_MODE string -# If the architecture has atomic operations, select this: -config BR2_ARCH_HAS_ATOMICS - bool - # Must be selected by binary formats that support shared libraries. config BR2_BINFMT_SUPPORTS_SHARED bool |