From 6422b5e69c3cc4b105db9f7df0234ef2d6170895 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 17 Dec 2013 11:04:38 +0000 Subject: [PATCH] refresh of the patch --- debian/patches/26-set-correct-float-abi.diff | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/patches/26-set-correct-float-abi.diff b/debian/patches/26-set-correct-float-abi.diff index e9428a56..726aec2a 100644 --- a/debian/patches/26-set-correct-float-abi.diff +++ b/debian/patches/26-set-correct-float-abi.diff @@ -18,16 +18,16 @@ Forwarded: Reviewed-By: Last-Update: -Index: llvm-toolchain-snapshot_3.4~svn193982/clang/lib/Driver/Tools.cpp +Index: llvm-toolchain-snapshot_3.5~svn197487/clang/lib/Driver/Tools.cpp =================================================================== ---- llvm-toolchain-snapshot_3.4~svn193982.orig/clang/lib/Driver/Tools.cpp 2013-11-04 09:47:08.640670055 +0100 -+++ llvm-toolchain-snapshot_3.4~svn193982/clang/lib/Driver/Tools.cpp 2013-11-04 09:47:08.636670055 +0100 -@@ -741,7 +741,7 @@ +--- llvm-toolchain-snapshot_3.5~svn197487.orig/clang/lib/Driver/Tools.cpp 2013-12-17 12:03:19.775063993 +0100 ++++ llvm-toolchain-snapshot_3.5~svn197487/clang/lib/Driver/Tools.cpp 2013-12-17 12:03:19.771063993 +0100 +@@ -650,7 +650,7 @@ FloatABI = "hard"; break; case llvm::Triple::GNUEABI: - FloatABI = "softfp"; + FloatABI = "soft"; break; - case llvm::Triple::EABI: - // EABI is always AAPCS, and if it was not marked 'hard', it's softfp + case llvm::Triple::EABIHF: + FloatABI = "hard";