From af2926db32223dacc21707cd94feb98ac3ad10d5 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 20 Jan 2013 21:35:33 +0000 Subject: [PATCH] debian/patches/0050-powerpcspe-fp.diff: Add, hopefully fix FTBFS on powerpcspe, by disabling save / restore of floating point registers which don't exist on powerpcspe. Thanks to Roland Stigge for the patch. (Closes: #696474) --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4027ac55..c3d50e52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,10 @@ llvm-toolchain-3.2 (3.2-1) unstable; urgency=low TODO * Also install clang-check & clang-tblgen in the clang-3.2 package * Fix the patch detection of clang from scan-build (Closes: #698352) + * debian/patches/0050-powerpcspe-fp.diff: Add, hopefully fix FTBFS on + powerpcspe, by disabling save / restore of floating point registers which + don't exist on powerpcspe. Thanks to Roland Stigge for the patch. + (Closes: #696474) -- Sylvestre Ledru Mon, 07 Jan 2013 15:45:54 +0100