]> git.ipfire.org Git - thirdparty/gettext.git/commit
doc: Clarify that the minimum needed GCC version is 4.4.
authorBruno Haible <bruno@clisp.org>
Sat, 3 May 2025 11:08:11 +0000 (13:08 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 3 May 2025 11:08:11 +0000 (13:08 +0200)
commit54fca1b4abfab093a6b1b700b676315a51e9c084
tree2a79e960cd17c1884df391bf5765d6f5dd04996a
parent5de262388341aee0f9171c815c9c0f1799150de6
doc: Clarify that the minimum needed GCC version is 4.4.

Rationale: With GCC version 4.1.2 or 4.2.1, all tree-sitter based extractors
in xgettext crash at runtime when compiled with optimization. Whereas
GCC 4.4.7 works fine.

* DEPENDENCIES: State "GCC 4.4 or newer".
DEPENDENCIES