Changes between Initial Version and Version 1 of Ticket #1928, comment 5
- Timestamp:
- 02/03/20 20:05:22 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1928, comment 5
initial v1 3 3 Patch 102-sizeof_test_fix.patch (see the link above) is required because Nginx's configure attempts to compile $NGX_AUTOTEST.c (line 32 in auto/types/sizeof) **and then execute it** which makes no sense in a cross-compilation environment. The host cannot execute the target's binary code without an emulator. 4 4 5 If you have any suggestion how I should determine the size of integeron the target platform without executing the target platform's binary code, I would much appreciate it.5 If you have any suggestion how I should determine the size of $ngx_type on the target platform without executing the target platform's binary code, I would much appreciate it.