Skip to content

Commit

Permalink
doc: gcc version is at least 4.8.5 in BUILDING.md
Browse files Browse the repository at this point in the history
>= 4.8.5 is required because of compiler bugs in earlier versions

PR-URL: #11840
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
detailyang authored and italoacasas committed Mar 20, 2017
1 parent 9861ec9 commit 7c7228e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING.md
Expand Up @@ -13,7 +13,7 @@ file a new issue.

Prerequisites:

* `gcc` and `g++` 4.8 or newer, or
* `gcc` and `g++` 4.8.5 or newer, or
* `clang` and `clang++` 3.4 or newer
* Python 2.6 or 2.7
* GNU Make 3.81 or newer
Expand Down

0 comments on commit 7c7228e

Please sign in to comment.