docs: add AIX preliminary support snippet

This commit is contained in:
Peter Harris 2020-08-12 21:21:56 -04:00 committed by Peter Harris
parent 7b0c1e2349
commit 1b2708eb79
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
## Preliminary AIX support
AIX is now supported when compiling with gcc. A number of features are not
supported yet. For example, only gcc is supported (not xlC). Archives with both
32-bit and 64-bit dynamic libraries are not generated automatically. The rpath
includes both the build and install rpath, no attempt is made to change the
rpath at install time. Most advanced features (eg. link\_whole) are not
supported yet.