Skip to content

Commit

Permalink
Minor clarification.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislea committed Aug 2, 2016
1 parent f5e9a5d commit 4edbb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OLDER_DISTROS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Unfortunately, this is more complicated in certain instances than in others. Due

### Debian Style Distributions

Two such examples that highlight this situation are the Debian Wheezy and Ubuntu Precise releases. Both are still currently receiving security updates. However, the versions of the `C++` compilers that each ships with are not modern enough to build the current iterations of the V8 Javascript engine.
Two such examples that highlight this situation are the Debian Wheezy and Ubuntu Precise releases. Both are still currently receiving security updates. However, the default versions of the `C++` compilers that each ships with are not modern enough to build the current iterations of the V8 Javascript engine.

In order to get around this issue, we build the packages for Debian Wheezy with [clang-3.4](http://clang.llvm.org/). Ubuntu Precise ships with [clang-3.4](http://clang.llvm.org) available, so we use that instead of GCC.

Expand Down

0 comments on commit 4edbb0d

Please sign in to comment.