Skip to content

Commit 1e5b925

Browse files
author
MarcoFalke
committed
Merge #14276: doc: Add autogen.sh in ARM Cross-compilation
52beb9e Add autogen.sh in ARM Cross-compilation (Walter) Pull request description: autogen for the config files was missing. Tree-SHA512: 90e5fdc3392b64ff239b8f359a94a39a3e992640a67ad7ed80a1a5d765aabf95e4dc2f3f4af5ee2aefbe1d3effd7cef35a57b0fad0eaaef8346a07e460538e62
2 parents d262789 + 52beb9e commit 1e5b925

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/build-unix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ To build executables for ARM:
278278
cd depends
279279
make HOST=arm-linux-gnueabihf NO_QT=1
280280
cd ..
281+
./autogen.sh
281282
./configure --prefix=$PWD/depends/arm-linux-gnueabihf --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++
282283
make
283284

0 commit comments

Comments
 (0)