svn commit: r272256 - in head/sys/boot: . pc98/loader

Takahashi Yoshihiro nyan at FreeBSD.org
Sun Sep 28 13:34:44 UTC 2014


Author: nyan
Date: Sun Sep 28 13:34:43 2014
New Revision: 272256
URL: http://svnweb.freebsd.org/changeset/base/272256

Log:
  MFi386: r261567
  
    Switch from lib/libstand to sys/boot/libstand32.

Modified:
  head/sys/boot/Makefile.pc98
  head/sys/boot/pc98/loader/Makefile

Modified: head/sys/boot/Makefile.pc98
==============================================================================
--- head/sys/boot/Makefile.pc98	Sun Sep 28 13:13:18 2014	(r272255)
+++ head/sys/boot/Makefile.pc98	Sun Sep 28 13:34:43 2014	(r272256)
@@ -1,4 +1,3 @@
 # $FreeBSD$
 
-# Blank, to override Makefile.i386 since Makefile.$MACHINE is included before 
-# Makefile.$MACHINE_ARCH
+SUBDIR+=		libstand32

Modified: head/sys/boot/pc98/loader/Makefile
==============================================================================
--- head/sys/boot/pc98/loader/Makefile	Sun Sep 28 13:13:18 2014	(r272255)
+++ head/sys/boot/pc98/loader/Makefile	Sun Sep 28 13:34:43 2014	(r272256)
@@ -56,6 +56,8 @@ LDFLAGS=	-static -Ttext 0x0
 LIBPC98=	${.OBJDIR}/../libpc98/libpc98.a
 CFLAGS+=	-I${.CURDIR}/..
 
+LIBSTAND=	${.OBJDIR}/../../libstand32/libstand.a
+
 # BTX components
 CFLAGS+=	-I${.CURDIR}/../btx/lib
 


More information about the svn-src-all mailing list