Changes between Initial Version and Version 1 of Ticket #1928, comment 5


Ignore:
Timestamp:
02/03/20 20:05:22 (4 years ago)
Author:
val-kulkov@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1928, comment 5

    initial v1  
    33Patch 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.
    44
    5 If you have any suggestion how I should determine the size of integer on the target platform without executing the target platform's binary code, I would much appreciate it.
     5If 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.