diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-02-03 09:50:58 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-02-04 08:11:48 (GMT) |
commit | b1b913196993fa00ca9914224bca3528ca6c3aef (patch) | |
tree | 18966afd3ab0014f1a6d22eec57f9e238d36aaa6 | |
parent | db65b0022567ca3c9342bdae7fcb799343368f6d (diff) | |
download | mxe-b1b913196993fa00ca9914224bca3528ca6c3aef.zip mxe-b1b913196993fa00ca9914224bca3528ca6c3aef.tar.gz mxe-b1b913196993fa00ca9914224bca3528ca6c3aef.tar.bz2 |
gcc4 plugin: remove note about broken hyperscan
-rw-r--r-- | plugins/gcc4/README.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/gcc4/README.md b/plugins/gcc4/README.md index 92b6910..afbe884 100644 --- a/plugins/gcc4/README.md +++ b/plugins/gcc4/README.md @@ -2,8 +2,3 @@ GCC 4.9.4 was used before [GCC 5.4.0](https://github.com/mxe/mxe/pull/1541). This plugin is a backup in case of problems with GCC 5.4.0. - -The only package known not to work with this plugin is hyperscan. -It was changed to work with GCC 5.4.0 (`-latomic` was added) and -that change broke support of GCC 4.9.4. -See [the comment](https://github.com/mxe/mxe/pull/1541#issuecomment-274389620). |