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".
This commit is contained in:
Bruno Haible 2025-05-03 13:08:11 +02:00
parent 5de2623883
commit 54fca1b4ab

View File

@ -273,7 +273,7 @@ dependencies):
* A C runtime, compiler, linker, etc.
+ Mandatory.
Either the platform's native 'cc', or GCC 3.1 or newer.
Either the platform's native 'cc', or GCC 4.4 or newer.
+ GCC Homepage:
https://gcc.gnu.org/
+ Download: