Add autogen.sh in ARM Cross-compilation
autogen for the config files was missing.
This commit is contained in:
parent
d26278988f
commit
52beb9ed88
1 changed files with 1 additions and 0 deletions
|
@ -278,6 +278,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