summaryrefslogtreecommitdiffstats
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
parentfd4e4f2416baa2e6565ea49d52aade296bad3e28 (diff)
Add a note about using xlc on AIX.V_7_2_P1
-rw-r--r--README.platform3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.platform b/README.platform
index d1982321..8d75c16c 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
------