diff options
-rw-r--r-- | plugins/gcc6/README.md | 65 |
1 files changed, 34 insertions, 31 deletions
diff --git a/plugins/gcc6/README.md b/plugins/gcc6/README.md index 9cbd7cd..a413769 100644 --- a/plugins/gcc6/README.md +++ b/plugins/gcc6/README.md @@ -33,35 +33,38 @@ or using above mentioned workaround. See the table below for details. If some MXE packages or your personal projects are still FTBFS you may look how other packages were fixed and use similar approach. -| package | target | fixed in commit | -| ------------------ | -------------------- | ---------------------------------------------------- | -| boost | all | [7ca2bce](https://github.com/mxe/mxe/commit/7ca2bce) | -| cgal | all | - | -| dcmtk | all | - | -| fdk-aac | all | - | -| flann | all | - | -| freeimage | all | - | -| glib | all | [58c2c96](https://github.com/mxe/mxe/commit/58c2c96) | -| gtkimageview | all | - | -| gtkmm2 | all | - | -| gtkmm3 | all | - | -| itk | all | - | -| jsoncpp | all | [0bc73f7](https://github.com/mxe/mxe/commit/0bc73f7) | -| json_spirit | all | - | -| libical | all | - | -| librsvg | all | - | -| libxml++ | all | - | -| log4cxx | all | - | -| opencv | all | - | -| ossim | all | - | -| qt | all | [5aac1c3](https://github.com/mxe/mxe/commit/5aac1c3) | -| qt3d | all | - | -| sdl_sound | all | - | -| smpeg | all | [57cb6bb](https://github.com/mxe/mxe/commit/57cb6bb) | -| smpeg2 | all | [1a42cbc](https://github.com/mxe/mxe/commit/1a42cbc) | -| ucl | all | - | -| vtk | all | - | -| vtk6 | all | - | -| wxwidgets | all | - | -| ... | ... | ... | +Please ensure that proposed fixes for packages [also build with earlier GCC +versions](https://github.com/mxe/mxe/commit/a1cc019). +| package | target | fixed in commit | +| ------------------ | --------------------------------------- | ---------------------------------------------------- | +| boost | all | [7ca2bce](https://github.com/mxe/mxe/commit/7ca2bce) | +| cgal | all | - | +| dcmtk | static (all) | - | +| fdk-aac | all | - | +| flann | all | - | +| freeimage | static (all) | - | +| glib | all | [58c2c96](https://github.com/mxe/mxe/commit/58c2c96) | +| gtkimageview | static (all) | - | +| gtkmm2 | static (all) | - | +| gtkmm3 | static (all) | - | +| guile | i686-w64-mingw32.static (all) | - | +| itk | all | - | +| jsoncpp | all | [a1cc019](https://github.com/mxe/mxe/commit/a1cc019) | +| json_spirit | all | - | +| librsvg | all | - | +| libxml++ | all | - | +| log4cxx | static (all) | - | +| ocaml-lablgtk2 | i686-w64-mingw32.static (all) | - | +| opencv | all | - | +| ossim | all | - | +| qt | all | [5aac1c3](https://github.com/mxe/mxe/commit/5aac1c3) | +| qt3d | all | - | +| qtwebkit | i686-w64-mingw32.shared | - | +| sdl_sound | static (all) | - | +| smpeg | all | [57cb6bb](https://github.com/mxe/mxe/commit/57cb6bb) | +| smpeg2 | all | [1a42cbc](https://github.com/mxe/mxe/commit/1a42cbc) | +| ucl | all | - | +| vtk | static (all) | - | +| vtk6 | all | - | +| wxwidgets | static (all) | - | |