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:
Walter 2018-09-20 13:57:29 +02:00 committed by MarcoFalke
parent bb90695551
commit 85aacc41ba

View file

@ -279,6 +279,7 @@ To build executables for ARM:
cd depends
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++
make