diff options
author | Darren Tucker <dtucker@zip.com.au> | 2016-02-26 04:40:04 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2016-02-26 04:40:04 +0100 |
commit | 72b061d4ba0f909501c595d709ea76e06b01e5c9 (patch) | |
tree | 42e62990383e4b6126227b20032d4c28057ce37e /README.platform | |
parent | Skip PrintLastLog in config dump mode. (diff) | |
download | openssh-72b061d4ba0f909501c595d709ea76e06b01e5c9.tar.xz openssh-72b061d4ba0f909501c595d709ea76e06b01e5c9.zip |
Add a note about using xlc on AIX.V_7_2_P1
Diffstat (limited to 'README.platform')
-rw-r--r-- | README.platform | 3 |
1 files changed, 3 insertions, 0 deletions
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 ------ |