Skip to content

Commit fae98f6

Browse files
committed
[Docs] Bump minimum required version of GCC to 4.8
1 parent 3d6ad40 commit fae98f6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
1313
| Expat | [2.2.1](https://libexpat.github.io/) | | No | Yes | |
1414
| fontconfig | [2.12.1](https://www.freedesktop.org/software/fontconfig/release/) | | No | Yes | |
1515
| FreeType | [2.7.1](http://download.savannah.gnu.org/releases/freetype) | | No | | |
16-
| GCC | | [4.7+](https://gcc.gnu.org/) | | | |
16+
| GCC | | [4.8+](https://gcc.gnu.org/) | | | |
1717
| HarfBuzz-NG | | | | | |
1818
| libevent | [2.1.8-stable](https://github.com/libevent/libevent/releases) | 2.0.22 | No | | |
1919
| libjpeg | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk#L75) |

doc/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ frequently tested on them.
5656
Notable changes
5757
===============
5858

59+
GCC 4.8.x
60+
--------------
61+
The minimum version of GCC required to compile Bitcoin Core is now 4.8. No effort will be
62+
made to support older versions of GCC. See discussion in issue #11732 for more information.
63+
5964
HD-wallets by default
6065
---------------------
6166
Due to a backward-incompatible change in the wallet database, wallets created

0 commit comments

Comments
 (0)