1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-08 13:28:05 +00:00
freebsd/sys/boot/i386/efi
Ed Maste 5a989e68f6 Build a 32-bit libstand under sys/boot/
A 32-bit libstand is needed on 64-bit platforms for use by various
bootloaders.  Previously only the 32-bit version was built, installed as
/usr/lib/libstand.a.

A new 64-bit libstand consumer will arrive in the near future, so move
the bootloader-specific 32-bit version to sys/boot/libstand32/.

Explicitly link against this version in the 32-bit loaders.

Sponsored by:	The FreeBSD Foundation
2014-02-06 21:54:21 +00:00
..
autoload.c
bootinfo.c
conf.c
devicename.c
efimd.c
elf32_freebsd.c
exec.c
i386_copy.c
ldscript.amd64
ldscript.i386
main.c
Makefile Build a 32-bit libstand under sys/boot/ 2014-02-06 21:54:21 +00:00
reloc.c Purely cosmetic change: order DT_REL* and DT_RELA* consistently. 2013-11-28 19:41:03 +00:00
start.S
version