aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-07-29 11:25:12 -0700
committerDylan Baker <dylan@pnwbakers.com>2019-08-14 13:13:23 -0700
commit931a1b918711a7056c59ac6987306bdaf3c6d9a2 (patch)
tree773814cffda03d13b77f9c26c4f6175fd307c652
parentc55285351a9b6551945b38359de75aa7d42b9df9 (diff)
downloadmeson-931a1b918711a7056c59ac6987306bdaf3c6d9a2.zip
meson-931a1b918711a7056c59ac6987306bdaf3c6d9a2.tar.gz
meson-931a1b918711a7056c59ac6987306bdaf3c6d9a2.tar.bz2
docs: Add snippet for compiler linker split
-rw-r--r--docs/markdown/snippets/split-compiler-and-linker-representations.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/split-compiler-and-linker-representations.md b/docs/markdown/snippets/split-compiler-and-linker-representations.md
new file mode 100644
index 0000000..fd2e622
--- /dev/null
+++ b/docs/markdown/snippets/split-compiler-and-linker-representations.md
@@ -0,0 +1,6 @@
+## Compiler and dynamic linker representation split
+
+0.52.0 inclues a massive refactor of the representaitons of compilers to
+tease apart the representations of compilers and dynamic linkers (ld). This
+fixes a number of compiler/linker combinations. In particular this fixes
+use GCC and vanilla clang on macOS. \ No newline at end of file