diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-05-11 13:40:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-05-11 13:40:50 +0100 |
commit | 9590650af70bc9cde35e87fc386956c3e7054229 (patch) | |
tree | a7ec8976b49e2d6f2d6c5391183763d8bcc2aa9f /icu/makefile.mk | |
parent | bdbd8d8084d257cb2cb42ad9ba8e14c03a53a28d (diff) |
gcc atomics only definitely available >= gcc 4.4.4
Change-Id: I77580411eabe4375d86670debb4a5770f7873c14
Diffstat (limited to 'icu/makefile.mk')
-rw-r--r-- | icu/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk index 0253978dc49a..4009280b9b0f 100644 --- a/icu/makefile.mk +++ b/icu/makefile.mk @@ -53,6 +53,7 @@ PATCH_FILES=\ icu4c-warnings.patch \ icu4c.9313.cygwin.patch \ icu4c-macosx.patch \ + icu4c-interlck.patch \ .IF "$(OS)"=="ANDROID" PATCH_FILES+=\ |