diff options
author | Stuart Langley <slangley@google.com> | 2012-09-13 17:37:37 +0200 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-09-17 15:52:55 -0700 |
commit | 2e24d9a2b3cc5becafb0fd3805a22cd87daa1f18 (patch) | |
tree | f9e68dec3f46955f49425c45f0dfdfa37e6af01c /sapi/cli/php_http_parser.h | |
parent | 6096988704d3cbcde364fae506cd6b8a2b8181f4 (diff) | |
download | php-git-2e24d9a2b3cc5becafb0fd3805a22cd87daa1f18.tar.gz |
Support building PHP with the native client toolchain.
The native client compiler defines the C macro __x86_64__, but the size
of an unsigned int is only 4 bytes. This causes the compile to fail
because the inline asm code compiled is for an 8 byte unsigned int. Add
the correct defines to fix this.
As detailed in:
http://code.google.com/p/nativeclient/issues/detail?id=2255
Diffstat (limited to 'sapi/cli/php_http_parser.h')
0 files changed, 0 insertions, 0 deletions