From 604a95f47f5c9848551706684d5870d1813dc800 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 4 Nov 2018 09:26:41 +0100 Subject: [PATCH] fix the changelog syntax --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0c110bd8..a64cc4b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ llvm-toolchain-7 (1:7-9~exp1) experimental; urgency=medium * Remove the dump of cmake error file (too confusing) * Try to fix the bootstrap FTBFS : - - on armel by forcing the link to -latomic + - on armel by forcing the link to -latomic - mips-rdhwr.diff: backport D51773 to fix an assembly issue on mips. Thanks to jrtc27 for finding the issue.