Skip to content

Commit 62c173a

Browse files
committed
doc: remove CC_FOR_BUILD from OpenBSD build doc
This is no-longer necessary after upstream libsecp256k1 changes.
1 parent d69af93 commit 62c173a

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)