SHA256
1
0
forked from pool/u-boot
u-boot/0006-ARMV7-hardfp-build-fix.patch

14 lines
524 B
Diff
Raw Normal View History

Index: u-boot-2012.10/arch/arm/cpu/armv7/config.mk
===================================================================
--- u-boot-2012.10.orig/arch/arm/cpu/armv7/config.mk
+++ u-boot-2012.10/arch/arm/cpu/armv7/config.mk
@@ -20,7 +20,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
-PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float
+PLATFORM_RELFLAGS += -fno-common -ffixed-r8
# If armv7-a is not supported by GCC fall-back to armv5, which is
# supported by more tool-chains