Skip to content

Commit 1489f80

Browse files
MarcoFalkeknst
MarcoFalke
authored andcommitted
Merge 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
1 parent adbe553 commit 1489f80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/build-openbsd.md

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

3333
### Building BerkeleyDB
3434

@@ -72,7 +72,7 @@ To configure with wallet:
7272

7373
To configure without wallet:
7474
```bash
75-
./configure --disable-wallet --with-gui=no CC=cc CC_FOR_BUILD=cc CXX=c++ MAKE=gmake
75+
./configure --disable-wallet --with-gui=no CC=cc CXX=c++ MAKE=gmake
7676
```
7777

7878
To configure with GUI:

0 commit comments

Comments
 (0)