summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-08-23 15:30:55 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-08-23 15:30:55 +0400
commita4d84031bba016ec8d26a6927d4c6a8a3a287e89 (patch)
tree66149b29e75a41650d4754f9776851bc98dae99e
parent77536eea5a86ec189cc930e37b3236a7dfe63002 (diff)
downloadllvm-toolchain-3.5-a4d84031bba016ec8d26a6927d4c6a8a3a287e89.tar.gz
llvm-toolchain-3.5 (1:3.5~+rc2-2~dyson1) UNRELEASED; urgency=medium
* Package for Dyson: - Use --whole-archive instead of -z allextract (dyson-gnu-ld.patch) - Use -Wl,--no-keep-memory (debian/rules) - Don't build lldb, it does not support illumos (debian/rules)
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7844e9a..a68db1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+llvm-toolchain-3.5 (1:3.5~+rc2-2~dyson1) UNRELEASED; urgency=medium
+
+ * Package for Dyson:
+ - Use --whole-archive instead of -z allextract (dyson-gnu-ld.patch)
+ - Use -Wl,--no-keep-memory (debian/rules)
+ - Don't build lldb, it does not support illumos (debian/rules)
+
+ -- Igor Pashev <pashev.igor@gmail.com> Sat, 23 Aug 2014 12:14:59 +0400
+
llvm-toolchain-3.5 (1:3.5~+rc2-2) UNRELEASED; urgency=medium
* Cherry-pick to commit from upstream (revisions 214906 214907)