diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2010-06-24 08:56:08 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2010-06-24 08:57:11 (GMT) |
commit | d8ffdacc0aa0b22a02b8ac3bae03570049b65d5d (patch) | |
tree | 00ad2ba86e1ca9483fa8cf4acc9c10fe679e9758 /src/3rdparty/harfbuzz | |
parent | b60be84ad8121f9562f1ab4193136426df6dc6d4 (diff) | |
download | Qt-d8ffdacc0aa0b22a02b8ac3bae03570049b65d5d.zip Qt-d8ffdacc0aa0b22a02b8ac3bae03570049b65d5d.tar.gz Qt-d8ffdacc0aa0b22a02b8ac3bae03570049b65d5d.tar.bz2 |
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/harfbuzz')
-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 5b2b679..bccd6a2 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 |