summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/TLpatches/patch-03-gcc-atomic
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu/TLpatches/patch-03-gcc-atomic')
-rw-r--r--Build/source/libs/icu/TLpatches/patch-03-gcc-atomic17
1 files changed, 0 insertions, 17 deletions
diff --git a/Build/source/libs/icu/TLpatches/patch-03-gcc-atomic b/Build/source/libs/icu/TLpatches/patch-03-gcc-atomic
deleted file mode 100644
index 333f57d785d..00000000000
--- a/Build/source/libs/icu/TLpatches/patch-03-gcc-atomic
+++ /dev/null
@@ -1,17 +0,0 @@
- It seems gcc-4.4 uses external calls.
-
-*** source/common/putilimp.h~ Mon Oct 1 15:39:56 2018
---- source/common/putilimp.h Tue Jan 8 10:15:13 2019
-***************
-*** 191,195 ****
- #elif U_PLATFORM == U_PF_MINGW
- #define U_HAVE_GCC_ATOMICS 0
-! #elif U_GCC_MAJOR_MINOR >= 404 || defined(__clang__)
- /* TODO: Intel icc and IBM xlc on AIX also support gcc atomics. (Intel originated them.)
- * Add them for these compilers.
---- 191,195 ----
- #elif U_PLATFORM == U_PF_MINGW
- #define U_HAVE_GCC_ATOMICS 0
-! #elif U_GCC_MAJOR_MINOR >= 405 || defined(__clang__)
- /* TODO: Intel icc and IBM xlc on AIX also support gcc atomics. (Intel originated them.)
- * Add them for these compilers.