Kaydet (Commit) c814fba4 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Fix icu build with GCC versions that don't have the builtin atomics detected

Change-Id: I9f943f807e0966aafa66dbb865941cf975ad9fe2
üst 3e5aaeb0
......@@ -73,6 +73,8 @@ PATCH_FILES+=\
.IF "$(HAVE_GCC_BUILTIN_ATOMIC)"=="TRUE"
EXTRA_CDEFS+=-DU_HAVE_GCC_ATOMICS=1
.ELSE
EXTRA_CDEFS+=-DU_HAVE_GCC_ATOMICS=0
.ENDIF
.IF "$(GUI)"=="UNX"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment