summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile.i386
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-02-06 21:54:21 +0000
committeremaste <emaste@FreeBSD.org>2014-02-06 21:54:21 +0000
commitb04698fc3076121aa9d8b3d459b1142ed13d32d9 (patch)
tree0617332b52faa26c2494295459f0492fb051b42e /sys/boot/Makefile.i386
parent543bcc0057e05e52b71d57128cc8fe6754558917 (diff)
downloadFreeBSD-src-b04698fc3076121aa9d8b3d459b1142ed13d32d9.zip
FreeBSD-src-b04698fc3076121aa9d8b3d459b1142ed13d32d9.tar.gz
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
Diffstat (limited to 'sys/boot/Makefile.i386')
-rw-r--r--sys/boot/Makefile.i3861
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/Makefile.i386 b/sys/boot/Makefile.i386
index 256201d..e7de353 100644
--- a/sys/boot/Makefile.i386
+++ b/sys/boot/Makefile.i386
@@ -1,4 +1,5 @@
# $FreeBSD$
SUBDIR+= efi
+SUBDIR+= libstand32
SUBDIR+= zfs
OpenPOWER on IntegriCloud