diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2010-06-24 10:56:08 +0200 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2010-06-24 10:56:08 +0200 |
commit | 9f7a9b1272357a06cd721d64e66fcde1921bd325 (patch) | |
tree | 8b87b897ecdc09676c60c31d8d05a31c938e5dfc /src/3rdparty | |
parent | 50846a87e82fa94753bd369d03c9ba00108a12de (diff) | |
download | qt4-tools-9f7a9b1272357a06cd721d64e66fcde1921bd325.tar.gz |
Updated Harfbuzz from git+ssh://git.freedesktop.org/git/harfbuzz to a80fd59e3b3b18116803a14e6369345933994236
* Disable data structure packing with RVCT, as it appears that the
compiler miscompiles the code.
Diffstat (limited to 'src/3rdparty')
-rw-r--r-- | src/3rdparty/harfbuzz/src/harfbuzz-global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/harfbuzz/src/harfbuzz-global.h b/src/3rdparty/harfbuzz/src/harfbuzz-global.h index 5b2b679ad6..bccd6a265d 100644 --- a/src/3rdparty/harfbuzz/src/harfbuzz-global.h +++ b/src/3rdparty/harfbuzz/src/harfbuzz-global.h @@ -39,7 +39,7 @@ #define HB_END_HEADER /* nothing */ #endif -#if defined(__GNUC__) || defined(__ARMCC__) || defined(__CC_ARM) || defined(_MSC_VER) +#if defined(__GNUC__) || defined(_MSC_VER) #define HB_USE_PACKED_STRUCTS #endif |