From: <man...@us...> - 2015-04-16 18:59:37
|
Revision: 4934 http://sourceforge.net/p/modplug/code/4934 Author: manxorist Date: 2015-04-16 18:59:30 +0000 (Thu, 16 Apr 2015) Log Message: ----------- [Doc] libopenmpt: Document GCC 4.1 and 4.2 support in README.md. Modified Paths: -------------- trunk/OpenMPT/README.md trunk/OpenMPT/libopenmpt/dox/changelog.md Modified: trunk/OpenMPT/README.md =================================================================== --- trunk/OpenMPT/README.md 2015-04-16 13:30:33 UTC (rev 4933) +++ trunk/OpenMPT/README.md 2015-04-16 18:59:30 UTC (rev 4934) @@ -142,6 +142,10 @@ which will try to guess the compiler based on your operating system. + GCC versions 4.1 and 4.2 are partially supported, run: + + make CONFIG=gcc ANCIENT=1 + - emscripten (on Unix-like systems): libopenmpt has been tested and verified to work with emscripten 1.21 or Modified: trunk/OpenMPT/libopenmpt/dox/changelog.md =================================================================== --- trunk/OpenMPT/libopenmpt/dox/changelog.md 2015-04-16 13:30:33 UTC (rev 4933) +++ trunk/OpenMPT/libopenmpt/dox/changelog.md 2015-04-16 18:59:30 UTC (rev 4934) @@ -19,7 +19,7 @@ preferred backend because SDL is more widespread and better tested on all kinds of different platforms, and in generel, SDL is just more reliable. - * libopenmpt now also supports GCC 4.3. + * [Bug] libopenmpt now also compiles with GCC 4.3. * libopenmpt now supports PLM (Disorder Tracker 2) files. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |