aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/aix.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-10-30 10:25:24 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2020-10-30 10:25:24 +0200
commitf16d31607eb3cd0f281758bd0944e206ef6be387 (patch)
tree0b711c4b63a55049eecfbaff95bf2ea386a4956e /docs/markdown/snippets/aix.md
parent712cbe056811ebdf0d7358ba07a874717a1c736f (diff)
downloadmeson-f16d31607eb3cd0f281758bd0944e206ef6be387.zip
meson-f16d31607eb3cd0f281758bd0944e206ef6be387.tar.gz
meson-f16d31607eb3cd0f281758bd0944e206ef6be387.tar.bz2
Bump version number for release. This is the 10 000th commit!0.56.0
Diffstat (limited to 'docs/markdown/snippets/aix.md')
-rw-r--r--docs/markdown/snippets/aix.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/markdown/snippets/aix.md b/docs/markdown/snippets/aix.md
deleted file mode 100644
index 1249888..0000000
--- a/docs/markdown/snippets/aix.md
+++ /dev/null
@@ -1,8 +0,0 @@
-## 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.