]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add a note about using xlc on AIX. V_7_2_P1
authorDarren Tucker <dtucker@zip.com.au>
Fri, 26 Feb 2016 03:40:04 +0000 (14:40 +1100)
committerDarren Tucker <dtucker@zip.com.au>
Fri, 26 Feb 2016 03:40:04 +0000 (14:40 +1100)
README.platform

index d1982321e3a966533bdd95217da29f83a788395a..8d75c16c1ca3d0eb7d2c2ea336c5be212676cfcc 100644 (file)
@@ -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
 ------