diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-08-25 23:58:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-25 23:58:17 +0300 |
commit | 3a25efc056c00da3fe10240757e3ae538fd57435 (patch) | |
tree | 1c6256b0445f8ef49a230fc02a3c1eb396e60c68 /docs/markdown | |
parent | 1de1cc22e2fcc56860ee8174e375070c062f5b30 (diff) | |
parent | 1b2708eb79a5475dae23b6911021a490b52ea9fc (diff) | |
download | meson-3a25efc056c00da3fe10240757e3ae538fd57435.zip meson-3a25efc056c00da3fe10240757e3ae538fd57435.tar.gz meson-3a25efc056c00da3fe10240757e3ae538fd57435.tar.bz2 |
Merge pull request #7581 from peterh/aix
Add AIX support
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/snippets/aix.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/snippets/aix.md b/docs/markdown/snippets/aix.md new file mode 100644 index 0000000..1249888 --- /dev/null +++ b/docs/markdown/snippets/aix.md @@ -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. |