[uboot-tools] add missing file

Dennis Gilmore ausil at fedoraproject.org
Thu Nov 27 06:46:12 UTC 2014


commit 7107d2ec0bf21bad4b398e8d6cd608d31c175c9e
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Nov 27 00:44:25 2014 -0600

    add missing file

 0014-do-no-ue-msoft-float-on-arm.patch |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/0014-do-no-ue-msoft-float-on-arm.patch b/0014-do-no-ue-msoft-float-on-arm.patch
new file mode 100644
index 0000000..fae50ca
--- /dev/null
+++ b/0014-do-no-ue-msoft-float-on-arm.patch
@@ -0,0 +1,25 @@
+From 2d50bb0d2ff222f9251a2c315da5a8137fd62cc1 Mon Sep 17 00:00:00 2001
+From: Dennis Gilmore <dennis at ausil.us>
+Date: Wed, 26 Nov 2014 17:38:53 -0600
+Subject: [PATCH 14/14] do no ue -msoft-float on arm
+
+---
+ arch/arm/config.mk | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/arch/arm/config.mk b/arch/arm/config.mk
+index c339e6d..9b208f4 100644
+--- a/arch/arm/config.mk
++++ b/arch/arm/config.mk
+@@ -16,7 +16,7 @@ endif
+ LDFLAGS_FINAL += --gc-sections
+ PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections \
+ 		     -fno-common -ffixed-r9
+-PLATFORM_RELFLAGS += $(call cc-option, -msoft-float) \
++PLATFORM_RELFLAGS +=  \
+       $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
+ 
+ # Support generic board on ARM
+-- 
+2.1.0
+


More information about the scm-commits mailing list