aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Paprocki <andrew@ishiboo.com>2014-10-31 15:58:59 -0400
committerAndrew Paprocki <andrew@ishiboo.com>2014-11-11 15:36:21 -0500
commit1ddf6937ee77f52b421894a7872f5c815a4c5c13 (patch)
tree6faf0a615e1ee575c762facb540905d3bccffd11
parentebb41981c85e76f7b27797ac5b90352a41361ae5 (diff)
downloadprotobuf-1ddf6937ee77f52b421894a7872f5c815a4c5c13.tar.gz
protobuf-1ddf6937ee77f52b421894a7872f5c815a4c5c13.tar.bz2
protobuf-1ddf6937ee77f52b421894a7872f5c815a4c5c13.zip
Added contributor and updated README to add AIX.
-rw-r--r--CONTRIBUTORS.txt3
-rw-r--r--README.md8
2 files changed, 11 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 717ffc14..4a804a09 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -91,3 +91,6 @@ Patch contributors:
William Orr <will@worrbase.com>
* Fixed detection of sched_yield on Solaris.
* Added atomicops for Solaris
+ Andrew Paprocki <andrew@ishiboo.com>
+ * Fixed minor IBM xlC compiler build issues
+ * Added atomicops for AIX (POWER)
diff --git a/README.md b/README.md
index 5fbb3443..a79bfef1 100644
--- a/README.md
+++ b/README.md
@@ -127,6 +127,14 @@ For advanced usage information on configure and make, see INSTALL.txt.
Also, you will need to use gmake instead of make.
+**Note for AIX users**
+
+ Compile using the IBM xlC C++ compiler as follows:
+
+ ./configure CXX=xlC
+
+ Also, you will need to use GNU `make` (`gmake`) instead of AIX `make`.
+
C++ Installation - Windows
--------------------------