/bin/sh /root/php-7.4.28/libtool --silent --preserve-dup-deps --mode=compile cc -DHAVE_CONFIG_H -I/root/php-7.4.28/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/root/php-7.4.28/ext/pcre/ -DPHP_ATOM_INC -I/root/php-7.4.28/include -I/root/php-7.4.28/main -I/root/php-7.4.28 -I/root/php-7.4.28/ext/date/lib -I/usr/include/libxml2 -I/usr/include/s390x-linux-gnu -I/root/php-7.4.28/ext/mbstring/libmbfl -I/root/php-7.4.28/ext/mbstring/libmbfl/mbfl -I/root/php-7.4.28/TSRM -I/root/php-7.4.28/Zend -I/usr/include -g -O2 -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /root/php-7.4.28/ext/pcre/pcre2lib/pcre2_jit_compile.c -o ext/pcre/pcre2lib/pcre2_jit_compile.lo
/root/php-7.4.28/ext/pcre/pcre2lib/pcre2_jit_compile.c:82:2: error: #error Unsupported architecture
82 | #error Unsupported architecture
| ^~~~~
/root/php-7.4.28/ext/pcre/pcre2lib/pcre2_jit_compile.c: In function ‘php_pcre2_jit_compile’:
/root/php-7.4.28/ext/pcre/pcre2lib/pcre2_jit_compile.c:14123:15: warning: implicit declaration of function ‘SLJIT_MALLOC_EXEC’; did you mean ‘SLJIT_MALLOC’? [-Wimplicit-function-declaration]
14123 | void *ptr = SLJIT_MALLOC_EXEC(32);
| ^~~~~~~~~~~~~~~~~
| SLJIT_MALLOC
/root/php-7.4.28/ext/pcre/pcre2lib/pcre2_jit_compile.c:14123:15: warning: initialization of ‘void *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
/root/php-7.4.28/ext/pcre/pcre2lib/pcre2_jit_compile.c:14129:5: warning: implicit declaration of function ‘SLJIT_FREE_EXEC’; did you mean ‘SLJIT_FREE’? [-Wimplicit-function-declaration]
14129 | SLJIT_FREE_EXEC(((sljit_u8*)(ptr)) + SLJIT_EXEC_OFFSET(ptr));
| ^~~~~~~~~~~~~~~
| SLJIT_FREE
/root/php-7.4.28/ext/pcre/pcre2lib/pcre2_jit_compile.c:14129:42: warning: implicit declaration of function ‘SLJIT_EXEC_OFFSET’; did you mean ‘SLJIT_FUNC_OFFSET’? [-Wimplicit-function-declaration]
14129 | SLJIT_FREE_EXEC(((sljit_u8*)(ptr)) + SLJIT_EXEC_OFFSET(ptr));
| ^~~~~~~~~~~~~~~~~
| SLJIT_FUNC_OFFSET
In file included from /root/php-7.4.28/ext/pcre/pcre2lib/pcre2_jit_compile.c:14175:
/root/php-7.4.28/ext/pcre/pcre2lib/pcre2_jit_misc.c: In function ‘php_pcre2_jit_free_unused_memory’:
/root/php-7.4.28/ext/pcre/pcre2lib/pcre2_jit_misc.c:113:1: warning: implicit declaration of function ‘sljit_free_unused_memory_exec’; did you mean ‘pcre2_jit_free_unused_memory_32’? [-Wimplicit-function-declaration]
113 | sljit_free_unused_memory_exec();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| pcre2_jit_free_unused_memory_32
In file included from /root/php-7.4.28/ext/pcre/pcre2lib/sljit/sljitLir.c:27,
from /root/php-7.4.28/ext/pcre/pcre2lib/pcre2_jit_compile.c:79:
/root/php-7.4.28/ext/pcre/pcre2lib/pcre2_jit_compile.c: At top level:
/root/php-7.4.28/ext/pcre/pcre2lib/sljit/sljitLir.h:1516:36: warning: ‘sljit_get_float_register_index’ declared ‘static’ but never defined [-Wunused-function]
1516 | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_float_register_index(sljit_s32 reg);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: *** [Makefile:760: ext/pcre/pcre2lib/pcre2_jit_compile.lo] Error 1
|