doc: Use CONFIG_SITE instead of --prefix

This commit is contained in:
Hennadii Stepanov
2021-04-09 12:20:03 +03:00
parent 4ad83a9597
commit 223b1ba7d9
3 changed files with 11 additions and 9 deletions

View File

@@ -331,7 +331,7 @@ To build executables for ARM:
make HOST=arm-linux-gnueabihf NO_QT=1
cd ..
./autogen.sh
./configure --prefix=$PWD/depends/arm-linux-gnueabihf --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++
CONFIG_SITE=$PWD/depends/arm-linux-gnueabihf/share/config.site ./configure --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++
make