summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Clamp <richard@unixbeard.net>2003-12-18 14:45:59 +0000
committerRichard Clamp <richard@unixbeard.net>2003-12-18 14:45:59 +0000
commit115eb9f40bfbc3aa02836d40b93695081b1cf1f2 (patch)
tree64f0f2ee40ade20e8254e86867bca389aa427369
parent0093100468845a7ea44e5e9bc054b9ea3b809124 (diff)
downloadperl-115eb9f40bfbc3aa02836d40b93695081b1cf1f2.tar.gz
steal from blead
git-svn-id: https://svn.unixbeard.net/richardc/perl/perl-1@1905 c56e198b-7db7-0310-b3ab-8e406f684e33
-rw-r--r--README.aix16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.aix b/README.aix
new file mode 100644
index 0000000000..710a48d272
--- /dev/null
+++ b/README.aix
@@ -0,0 +1,16 @@
+Currently, perl1 doesn't build using anything other than gcc on AIX. This
+is a TODO list item, but until that point please consult this note
+extracted from perl-5.8.2's README.aix
+
+=head2 Using GNU's gcc for building perl
+
+Using gcc-3.x (tested with 3.0.4, 3.1, and 3.2) now works out of the box,
+as do recent gcc-2.9 builds available directly from IBM as part of their
+Linux compatibility packages, available here:
+
+ http://www.ibm.com/servers/aix/products/aixos/linux/
+
+=head1 AUTHOR
+
+H.Merijn Brand <h.m.brand@hccnet.nl>
+