Skip to content

Commit 691a087

Browse files
author
MacroFake
committed
Merge bitcoin/bitcoin#25550: doc: remove note on arm cross-compilation from build-unix.md
f1c16ed doc: remove note on arm cross-compilation from build-unix.md (Jarol Rodriguez) Pull request description: No reason to have this here with outdated information. We already point users to the depends readme, the doc cross builders should be pointed to, within this doc. Master: [render](https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md) PR: [render](https://github.com/jarolrod/bitcoin/blob/f1c16ed733f416a3bea878f1c21621dbd93b267c/doc/build-unix.md) ACKs for top commit: laanwj: ACK f1c16ed Tree-SHA512: 395c1cd5dd9168cd60d2165a9d826a3cb438b84bbe3d26c18602e7f7b7961444f2f3f6504323b2bac15c943df8c2c734c8f642f40159e88a704ec4abc3d7eeaa
2 parents 195e07f + f1c16ed commit 691a087

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

doc/build-unix.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -288,26 +288,3 @@ This example lists the steps necessary to setup and build a command line only di
288288
./src/bitcoind
289289

290290
If you intend to work with legacy Berkeley DB wallets, see [Berkeley DB](#berkeley-db) section.
291-
292-
ARM Cross-compilation
293-
-------------------
294-
These steps can be performed on, for example, an Ubuntu VM. The depends system
295-
will also work on other Linux distributions, however the commands for
296-
installing the toolchain will be different.
297-
298-
Make sure you install the build requirements mentioned above.
299-
Then, install the toolchain and curl:
300-
301-
sudo apt-get install g++-arm-linux-gnueabihf curl
302-
303-
To build executables for ARM:
304-
305-
cd depends
306-
make HOST=arm-linux-gnueabihf NO_QT=1
307-
cd ..
308-
./autogen.sh
309-
CONFIG_SITE=$PWD/depends/arm-linux-gnueabihf/share/config.site ./configure --enable-reduce-exports LDFLAGS=-static-libstdc++
310-
make
311-
312-
313-
For further documentation on the depends system see [README.md](../depends/README.md) in the depends directory.

0 commit comments

Comments
 (0)