]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
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)
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

index c8ee564c57f88af111065982f407bacec60e1389..92eca99098dbbe3eaa17fe2503108cc48f25cb49 100644 (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: