aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorPeter Harris <pharris@opentext.com>2020-08-12 21:21:56 -0400
committerPeter Harris <peter@harr.ca>2020-08-17 21:21:33 -0400
commit1b2708eb79a5475dae23b6911021a490b52ea9fc (patch)
treecddfce6aeabfb6e15ec126a792102a78d6a76492 /docs/markdown
parent7b0c1e2349f044ba8979cf2430cb3ceb5c9c8cfd (diff)
downloadmeson-1b2708eb79a5475dae23b6911021a490b52ea9fc.zip
meson-1b2708eb79a5475dae23b6911021a490b52ea9fc.tar.gz
meson-1b2708eb79a5475dae23b6911021a490b52ea9fc.tar.bz2
docs: add AIX preliminary support snippet
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/snippets/aix.md8
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.