aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-04-09 12:20:03 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-04-09 12:25:18 +0300
commit223b1ba7d90509a47ea07af46f4b9c3b8efbc9f8 (patch)
treeb82d39105e1a9e6275f8ff81bc995e5f28e70d28 /doc/build-unix.md
parent4ad83a9597e4f5340742d080e26437c5d8d203ba (diff)
downloadbitcoin-223b1ba7d90509a47ea07af46f4b9c3b8efbc9f8.tar.xz
doc: Use CONFIG_SITE instead of --prefix
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r--doc/build-unix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index d7e0ff705d..0c438db29a 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -331,7 +331,7 @@ To build executables for ARM:
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++
+ CONFIG_SITE=$PWD/depends/arm-linux-gnueabihf/share/config.site ./configure --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++
make