aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/powerpc/ofw/Makefile
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2014-02-07 22:49:42 +0000
committerEd Maste <emaste@FreeBSD.org>2014-02-07 22:49:42 +0000
commit90990e3bc1d679aa7579c756fa7b8ab3b0e13095 (patch)
tree20df31f156c96ec74f89774a3761a1e3088f2b03 /sys/boot/powerpc/ofw/Makefile
parentd60a1d1ef45edbc472cb814781a2cf6f73bdebe8 (diff)
downloadsrc-90990e3bc1d679aa7579c756fa7b8ab3b0e13095.tar.gz
src-90990e3bc1d679aa7579c756fa7b8ab3b0e13095.zip
Build a 32-bit libstand under sys/boot/ for ppc64
This change is equivalent to r261567 for i386/amd64. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=261614
Diffstat (limited to 'sys/boot/powerpc/ofw/Makefile')
-rw-r--r--sys/boot/powerpc/ofw/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/powerpc/ofw/Makefile b/sys/boot/powerpc/ofw/Makefile
index d3d352319db4..ae4a443986ea 100644
--- a/sys/boot/powerpc/ofw/Makefile
+++ b/sys/boot/powerpc/ofw/Makefile
@@ -89,10 +89,11 @@ LIBOFW= ${.OBJDIR}/../../ofw/libofw/libofw.a
CFLAGS+= -I${.CURDIR}/../../ofw/libofw
# where to get libstand from
+LIBSTAND= ${.OBJDIR}/../../libstand32/libstand.a
CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
DPADD= ${LIBFICL} ${LIBOFW} ${LIBSTAND}
-LDADD= ${LIBFICL} ${LIBOFW} -lstand
+LDADD= ${LIBFICL} ${LIBOFW} ${LIBSTAND}
vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}