Always build ubldr as a soft-float binary as there is no support for VFP

this early on in the boot process.
This commit is contained in:
andrew 2013-10-27 14:27:11 +00:00
parent bbb50a1d57
commit 565b400ff2

View File

@ -90,7 +90,7 @@ CFLAGS+= -I.
CLEANFILES+= vers.c loader.help
CFLAGS+= -ffreestanding
CFLAGS+= -ffreestanding -msoft-float
LDFLAGS= -nostdlib -static
LDFLAGS+= -T ldscript.generated