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:
parent
bbb50a1d57
commit
565b400ff2
@ -90,7 +90,7 @@ CFLAGS+= -I.
|
||||
|
||||
CLEANFILES+= vers.c loader.help
|
||||
|
||||
CFLAGS+= -ffreestanding
|
||||
CFLAGS+= -ffreestanding -msoft-float
|
||||
|
||||
LDFLAGS= -nostdlib -static
|
||||
LDFLAGS+= -T ldscript.generated
|
||||
|
Loading…
x
Reference in New Issue
Block a user