summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Pek <tehnick-8@yandex.ru>2016-05-01 00:09:29 (GMT)
committerBoris Pek <tehnick-8@yandex.ru>2016-05-01 00:34:41 (GMT)
commit970fa1e6176bbfded601b5bd0d2716a233e49247 (patch)
tree2c13f23dc5d74ad7870f268b77b3003d6969e8a1
parent57cb6bb571d650feb5549e88cbbdf2c4dc18b878 (diff)
downloadmxe-970fa1e6176bbfded601b5bd0d2716a233e49247.zip
mxe-970fa1e6176bbfded601b5bd0d2716a233e49247.tar.gz
mxe-970fa1e6176bbfded601b5bd0d2716a233e49247.tar.bz2
gcc6 plugin: update README.md
-rw-r--r--plugins/gcc6/README.md74
1 files changed, 36 insertions, 38 deletions
diff --git a/plugins/gcc6/README.md b/plugins/gcc6/README.md
index 128a374..9cbd7cd 100644
--- a/plugins/gcc6/README.md
+++ b/plugins/gcc6/README.md
@@ -27,43 +27,41 @@ $(PKG)_CXXFLAGS := -std=gnu++11
...
```
-Just after adding this plugin (gcc6) some packages were FTBFS:
-* boost
-* cgal
-* dcmtk
-* fdk-aac
-* fdk-aac
-* flann
-* freeimage
-* glib
-* gtkimageview
-* gtkmm2
-* gtkmm3
-* itk
-* jsoncpp
-* json_spirit
-* libical
-* librsvg
-* libxml++
-* log4cxx
-* opencv
-* ossim
-* qt
-* qt3d
-* sdl_sound
-* smpeg2
-* ucl
-* vtk
-* vtk6
-* wxwidgets
+Just after adding this plugin (gcc6) some packages were FTBFS. For now, these
+packages might be already fixed by upstream developers, by additional patches
+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.
-See logs
-[[4](https://gist.github.com/starius/81e25169242155aa3ef6be1a733b9812)]
-[[5](https://gist.github.com/c01ef084eeb85781bd1eb7f6b1e12192)]
-for details.
-
-For now, these packages might be already fixed by upstream developers, by
-additional patches or using above mentioned workaround. 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 | - |
+| ... | ... | ... |