I haven't read the documentation very carefully for building under ARMv7. Thanks to @AlanBirtles I read again documentation and found out that forget specify buildenv for building my dependencies:
[buildenv]
CC=arm-linux-gnueabihf-gcc-9
CXX=arm-linux-gnueabihf-g++-9
LD=arm-linux-gnueabihf-ld