mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 12:16:04 +00:00
refresh of the patch
This commit is contained in:
parent
22f110441e
commit
6422b5e69c
12
debian/patches/26-set-correct-float-abi.diff
vendored
12
debian/patches/26-set-correct-float-abi.diff
vendored
@ -18,16 +18,16 @@ Forwarded: <no|not-needed|url proving that it has been forwarded>
|
||||
Reviewed-By: <name and email of someone who approved the patch>
|
||||
Last-Update: <YYYY-MM-DD>
|
||||
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user