I changed symlink for clang:
rm /usr/local/opt/game-porting-toolkit-compiler/bin/clang
ln -s /usr/bin/clang /usr/local/opt/game-porting-toolkit-compiler/bin/clang
which helped to finish configure step, but installation now failis at make step:
<inline asm>:65:1: error: non-private labels cannot appear between .cfi_startproc / .cfi_endproc pairs
65 | ___wine_syscall_dispatcher_prolog_end:
| ^
<inline asm>:57:2: error: previous .cfi_startproc was here
57 | .cfi_startproc
| ^
<inline asm>:174:1: error: non-private labels cannot appear between .cfi_startproc / .cfi_endproc pairs
174 | ___wine_syscall_dispatcher_return:
| ^
<inline asm>:57:2: error: previous .cfi_startproc was here
57 | .cfi_startproc
| ^