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 Turner 2013-10-27 14:27:11 +00:00
parent a7bb5efa45
commit 81f305d283
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257210

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