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