Add autogen.sh in ARM Cross-compilation
autogen for the config files was missing.
Github-Pull: #14276
Rebased-From: 52beb9ed88
This commit is contained in:
parent
bb90695551
commit
85aacc41ba
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ To build executables for ARM:
|
||||||
cd depends
|
cd depends
|
||||||
make HOST=arm-linux-gnueabihf NO_QT=1
|
make HOST=arm-linux-gnueabihf NO_QT=1
|
||||||
cd ..
|
cd ..
|
||||||
|
./autogen.sh
|
||||||
./configure --prefix=$PWD/depends/arm-linux-gnueabihf --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++
|
./configure --prefix=$PWD/depends/arm-linux-gnueabihf --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++
|
||||||
make
|
make
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue