Skip to content

Commit

Permalink
[Doc/Reg] libopenmpt: Document GCC 14 as unsupported.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@20787 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed May 11, 2024
1 parent 9bf983f commit ba5574b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions libopenmpt/dox/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ is just a high-level summary.
`libopenmpt/bindings/freebasic/libopenmpt_ext.bi` were missing from the
Autotools package.

* [**Regression**] GCC 14 or later is unsupported on libopenmpt 0.6. Please
use libopenmpt 0.7 or later.

* M15: Loosen SoundTracker file rejection heuristics a bit to allow loading of
schmokk.mod and scramble_2.mod. Other heuristics has been tightened a bit.

Expand Down
8 changes: 4 additions & 4 deletions libopenmpt/dox/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Dependencies
headers and implementation, which significantly increases the matrix of
possible configurations to test.

* **GCC 8.1** or higher
* **GCC 8.1** up to **GCC 13.x**
* **Clang 7** or higher
* **MinGW-W64 8.1** or higher (it is recommended to preferably use
posix threading model as opposed to win32 threading model)
* **MinGW-W64 8.1** up to **GCC 13.x** (it is recommended to preferably
use posix threading model as opposed to win32 threading model)
* **emscripten 1.39.1** or higher
* **DJGPP GCC 8.1** or higher
* **DJGPP GCC 8.1** up to **GCC 13.x**
* any other **C++17 compliant** compiler

libopenmpt makes the following assumptions about the C++ implementation
Expand Down

0 comments on commit ba5574b

Please sign in to comment.