Skip to content

Commit ab788a4

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#23954: doc: remove CC_FOR_BUILD from OpenBSD build doc
62c173a 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: ACK 62c173a Tree-SHA512: 7c328185afec366ff49096512b2fcc3c2f2a2381875f65f5444ffacf118f9a51e4e2237daaae6b32f742a7c4c54c1fbba7cee4e1807d7c4816123f6b0e7c33c8
2 parents 4ee7845 + 62c173a commit ab788a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/build-openbsd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ See [dependencies.md](dependencies.md) for a complete overview.
2525
**Important**: From OpenBSD 6.2 onwards a C++11-supporting clang compiler is
2626
part of the base image, and while building it is necessary to make sure that
2727
this compiler is used and not ancient g++ 4.2.1. This is done by appending
28-
`CC=cc CC_FOR_BUILD=cc CXX=c++` to configuration commands. Mixing different
29-
compilers within the same executable will result in errors.
28+
`CC=cc CXX=c++` to configuration commands. Mixing different compilers within
29+
the same executable will result in errors.
3030

3131
### Building BerkeleyDB
3232

@@ -84,7 +84,7 @@ To configure with wallet:
8484

8585
To configure without wallet:
8686
```bash
87-
./configure --disable-wallet --with-gui=no --disable-external-signer CC=cc CC_FOR_BUILD=cc CXX=c++ MAKE=gmake
87+
./configure --disable-wallet --with-gui=no --disable-external-signer CC=cc CXX=c++ MAKE=gmake
8888
```
8989

9090
To configure with GUI:

0 commit comments

Comments
 (0)