mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
Merge bitcoin/bitcoin#23954: doc: remove CC_FOR_BUILD from OpenBSD build doc
62c173ae4c
doc: remove CC_FOR_BUILD from OpenBSD build doc (fanquake) Pull request description: This is no-longer necessary after upstream libsecp256k1 changes that have been pulled into our repo. ACKs for top commit: theStack: ACK62c173ae4c
Tree-SHA512: 7c328185afec366ff49096512b2fcc3c2f2a2381875f65f5444ffacf118f9a51e4e2237daaae6b32f742a7c4c54c1fbba7cee4e1807d7c4816123f6b0e7c33c8
This commit is contained in:
commit
ab788a48fc
1 changed files with 3 additions and 3 deletions
|
@ -25,8 +25,8 @@ See [dependencies.md](dependencies.md) for a complete overview.
|
||||||
**Important**: From OpenBSD 6.2 onwards a C++11-supporting clang compiler is
|
**Important**: From OpenBSD 6.2 onwards a C++11-supporting clang compiler is
|
||||||
part of the base image, and while building it is necessary to make sure that
|
part of the base image, and while building it is necessary to make sure that
|
||||||
this compiler is used and not ancient g++ 4.2.1. This is done by appending
|
this compiler is used and not ancient g++ 4.2.1. This is done by appending
|
||||||
`CC=cc CC_FOR_BUILD=cc CXX=c++` to configuration commands. Mixing different
|
`CC=cc CXX=c++` to configuration commands. Mixing different compilers within
|
||||||
compilers within the same executable will result in errors.
|
the same executable will result in errors.
|
||||||
|
|
||||||
### Building BerkeleyDB
|
### Building BerkeleyDB
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ To configure with wallet:
|
||||||
|
|
||||||
To configure without wallet:
|
To configure without wallet:
|
||||||
```bash
|
```bash
|
||||||
./configure --disable-wallet --with-gui=no --disable-external-signer CC=cc CC_FOR_BUILD=cc CXX=c++ MAKE=gmake
|
./configure --disable-wallet --with-gui=no --disable-external-signer CC=cc CXX=c++ MAKE=gmake
|
||||||
```
|
```
|
||||||
|
|
||||||
To configure with GUI:
|
To configure with GUI:
|
||||||
|
|
Loading…
Add table
Reference in a new issue