From cfd193675e8c9ee48454c9bb0f9935606364f782 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 25 Jun 2016 09:27:03 +0000 Subject: [PATCH] rebase of the patch --- debian/patches/26-set-correct-float-abi.diff | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/patches/26-set-correct-float-abi.diff b/debian/patches/26-set-correct-float-abi.diff index e97d1e8d..eb1756ec 100644 --- a/debian/patches/26-set-correct-float-abi.diff +++ b/debian/patches/26-set-correct-float-abi.diff @@ -18,12 +18,12 @@ Forwarded: Reviewed-By: Last-Update: -Index: llvm-toolchain-snapshot_3.8~svn248088/clang/lib/Driver/Tools.cpp +Index: llvm-toolchain-snapshot_3.9~svn273780/clang/lib/Driver/Tools.cpp =================================================================== ---- llvm-toolchain-snapshot_3.8~svn248088.orig/clang/lib/Driver/Tools.cpp -+++ llvm-toolchain-snapshot_3.8~svn248088/clang/lib/Driver/Tools.cpp -@@ -643,7 +643,7 @@ arm::FloatABI arm::getARMFloatABI(const - case llvm::Triple::GNUEABI: +--- llvm-toolchain-snapshot_3.9~svn273780.orig/clang/lib/Driver/Tools.cpp ++++ llvm-toolchain-snapshot_3.9~svn273780/clang/lib/Driver/Tools.cpp +@@ -811,7 +811,7 @@ arm::FloatABI arm::getARMFloatABI(const + case llvm::Triple::MuslEABI: case llvm::Triple::EABI: // EABI is always AAPCS, and if it was not marked 'hard', it's softfp - ABI = FloatABI::SoftFP;