summaryrefslogtreecommitdiff
path: root/package/boost/patches/patch-boost_atomic_detail_caps_gcc_atomic_hpp
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-09-28 14:19:22 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2021-10-11 17:32:38 +0200
commit5191831d3a6ccd858b0839935b0ee40c514d049b (patch)
tree7754c28978f1746da983ae9b4816452fc666fe07 /package/boost/patches/patch-boost_atomic_detail_caps_gcc_atomic_hpp
parenta3667736921a74dd41fa7281feedac071a14bad6 (diff)
boost: update to 1.77.0
Diffstat (limited to 'package/boost/patches/patch-boost_atomic_detail_caps_gcc_atomic_hpp')
-rw-r--r--package/boost/patches/patch-boost_atomic_detail_caps_gcc_atomic_hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/boost/patches/patch-boost_atomic_detail_caps_gcc_atomic_hpp b/package/boost/patches/patch-boost_atomic_detail_caps_gcc_atomic_hpp
deleted file mode 100644
index c9ec14ebb..000000000
--- a/package/boost/patches/patch-boost_atomic_detail_caps_gcc_atomic_hpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- boost_1_67_0.orig/boost/atomic/detail/caps_gcc_atomic.hpp 2018-04-11 15:49:00.000000000 +0200
-+++ boost_1_67_0/boost/atomic/detail/caps_gcc_atomic.hpp 2018-05-14 05:53:50.064807243 +0200
-@@ -127,7 +127,7 @@
- #define BOOST_ATOMIC_CHAR32_T_LOCK_FREE BOOST_ATOMIC_INT32_LOCK_FREE
- #define BOOST_ATOMIC_CHAR16_T_LOCK_FREE BOOST_ATOMIC_INT16_LOCK_FREE
-
--#define BOOST_ATOMIC_THREAD_FENCE 2
--#define BOOST_ATOMIC_SIGNAL_FENCE 2
-+#define BOOST_ATOMIC_THREAD_FENCE 0
-+#define BOOST_ATOMIC_SIGNAL_FENCE 0
-
- #endif // BOOST_ATOMIC_DETAIL_CAPS_GCC_ATOMIC_HPP_INCLUDED_