>From 5fd59a46c086f737ef70aa0231d2913755d8cb41 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 21 Feb 2021 13:17:05 +0100 Subject: [PATCH] Add installation hint for Solaris 10. * DEPENDENCIES: Mark Solaris 10 cc as unsupported. --- DEPENDENCIES | 1 + 1 file changed, 1 insertion(+) diff --git a/DEPENDENCIES b/DEPENDENCIES index d77548f..c5758a4 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -130,6 +130,7 @@ dependencies): * A C runtime, compiler, linker, etc. + Mandatory. Either the platform's native 'cc', or GCC 3.1 or newer. + Note: On Solaris 10, cc is too old; use GCC instead. + GCC Homepage: https://gcc.gnu.org/ + Download: -- 2.7.4