diff options
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index d7c229c..f791cff 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -47,7 +47,7 @@ making sure you are always using the one preferred for that architecture. To use the other compiler, simply set CC=gcc-5, or similar. -The default compiler versions for Debian GNU/Linux on amd64 are +The default compiler versions for Debian GNU/Linux on illumos-amd64 are (minor version numbers omitted): cpp : cpp-9 @@ -59,8 +59,9 @@ The default compiler versions for Debian GNU/Linux on amd64 are gobjc++ : gobjc++-9 gdc : gdc-9 -Most of the documentation for GCC including the manual pages is -licensed under the GFDL and therefore not included in the main section. +Documentation for the default compilers can be found in + + /usr/share/doc/<compiler>-<package version>. Thanks to gcc-defaults, each architecture can choose its own preferred compiler for each language, and that preference can change without |