summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2010-06-24 08:56:08 (GMT)
committerSimon Hausmann <simon.hausmann@nokia.com>2010-06-24 08:56:08 (GMT)
commit9f7a9b1272357a06cd721d64e66fcde1921bd325 (patch)
tree8b87b897ecdc09676c60c31d8d05a31c938e5dfc /src/3rdparty
parent50846a87e82fa94753bd369d03c9ba00108a12de (diff)
downloadQt-9f7a9b1272357a06cd721d64e66fcde1921bd325.zip
Qt-9f7a9b1272357a06cd721d64e66fcde1921bd325.tar.gz
Qt-9f7a9b1272357a06cd721d64e66fcde1921bd325.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')
-rw-r--r--src/3rdparty/harfbuzz/src/harfbuzz-global.h2
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