From: Darren Tucker Date: Fri, 26 Feb 2016 03:40:04 +0000 (+1100) Subject: Add a note about using xlc on AIX. X-Git-Tag: V_7_2_P1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72b061d4ba0f909501c595d709ea76e06b01e5c9;p=thirdparty%2Fopenssh-portable.git Add a note about using xlc on AIX. --- diff --git a/README.platform b/README.platform index d1982321e..8d75c16c1 100644 --- a/README.platform +++ b/README.platform @@ -36,6 +36,9 @@ loginrestrictions() function, in particular that the user has the "rlogin" attribute set. This check is not done for the root account, instead the PermitRootLogin setting in sshd_config is used. +If you are using the IBM compiler you probably want to use CC=xlc rather +than the default of cc. + Cygwin ------