summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-10-27 14:27:11 +0000
committerandrew <andrew@FreeBSD.org>2013-10-27 14:27:11 +0000
commit565b400ff2d1e8ab8959568d44f02c2fb19b4ab5 (patch)
tree5835c27214fa4cbc0778169f256f126d2af72905 /sys/boot/arm
parentbbb50a1d578aa5eed0078cd092c85ed074f02544 (diff)
downloadFreeBSD-src-565b400ff2d1e8ab8959568d44f02c2fb19b4ab5.zip
FreeBSD-src-565b400ff2d1e8ab8959568d44f02c2fb19b4ab5.tar.gz
Always build ubldr as a soft-float binary as there is no support for VFP
this early on in the boot process.
Diffstat (limited to 'sys/boot/arm')
-rw-r--r--sys/boot/arm/uboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/arm/uboot/Makefile b/sys/boot/arm/uboot/Makefile
index 236e3f3..3402e02 100644
--- a/sys/boot/arm/uboot/Makefile
+++ b/sys/boot/arm/uboot/Makefile
@@ -90,7 +90,7 @@ CFLAGS+= -I.
CLEANFILES+= vers.c loader.help
-CFLAGS+= -ffreestanding
+CFLAGS+= -ffreestanding -msoft-float
LDFLAGS= -nostdlib -static
LDFLAGS+= -T ldscript.generated
OpenPOWER on IntegriCloud