summaryrefslogtreecommitdiff
path: root/README.platform
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2016-02-26 14:40:04 +1100
committerDarren Tucker <dtucker@zip.com.au>2016-02-26 14:40:04 +1100
commit72b061d4ba0f909501c595d709ea76e06b01e5c9 (patch)
tree42e62990383e4b6126227b20032d4c28057ce37e /README.platform
parentfd4e4f2416baa2e6565ea49d52aade296bad3e28 (diff)
Add a note about using xlc on AIX.
Diffstat (limited to 'README.platform')
-rw-r--r--README.platform3
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
36"rlogin" attribute set. This check is not done for the root account, 36"rlogin" attribute set. This check is not done for the root account,
37instead the PermitRootLogin setting in sshd_config is used. 37instead the PermitRootLogin setting in sshd_config is used.
38 38
39If you are using the IBM compiler you probably want to use CC=xlc rather
40than the default of cc.
41
39 42
40Cygwin 43Cygwin
41------ 44------