summaryrefslogtreecommitdiffstats
path: root/src/sql
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2012-06-21 21:14:33 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-26 14:53:36 +0200
commit0db3d6a247faf4d9761b9fc9019266b80bec4956 (patch)
treeac15a3eb54af77570a8cc834e575b2003c6c45a7 /src/sql
parent92455dad4d698520691c42a1b4d90f87e2f726ec (diff)
Fix PCRE build under non-__GNUC__ compilers
PCRE's JIT has several paths that end in a #error under compilers that don't #define __GNUC__. This is because either - those platforms were unavailable to PCRE devs so they were not tested; - the #ifdef guards inline assembly fragments in GCC (AT&T) syntax; - the #ifdef guards functions present f.i. in ARM's EABI and unavailable f.i. under WinCE. This commit disables PCRE's JIT under ARM and MIPS unless __GCC__ is defined. The MIPS #define from MSVC (_M_MRX000) is also dropped. Change-Id: I59f959c321413845ffbdf1ac32740b400422e0ee Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Björn Breitmeyer <bjoern.breitmeyer@kdab.com> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com>
Diffstat (limited to 'src/sql')
0 files changed, 0 insertions, 0 deletions