Date: Sun, 5 Aug 2012 14:48:55 +0000 (UTC) From: Takahashi Yoshihiro <nyan@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r239069 - in head/sys/boot/pc98: cdboot libpc98 Message-ID: <201208051448.q75EmtE1094391@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nyan Date: Sun Aug 5 14:48:55 2012 New Revision: 239069 URL: http://svn.freebsd.org/changeset/base/239069 Log: Reduce diffs against i386. Modified: head/sys/boot/pc98/cdboot/cdboot.S head/sys/boot/pc98/libpc98/Makefile Modified: head/sys/boot/pc98/cdboot/cdboot.S ============================================================================== --- head/sys/boot/pc98/cdboot/cdboot.S Sun Aug 5 14:48:28 2012 (r239068) +++ head/sys/boot/pc98/cdboot/cdboot.S Sun Aug 5 14:48:55 2012 (r239069) @@ -30,14 +30,14 @@ # $FreeBSD$ -#include <bootargs.h> - # # Basically, we first create a set of boot arguments to pass to the loaded # binary. Then we attempt to load /boot/loader from the CD we were booted # off of. # +#include <bootargs.h> + # # Memory locations. # Modified: head/sys/boot/pc98/libpc98/Makefile ============================================================================== --- head/sys/boot/pc98/libpc98/Makefile Sun Aug 5 14:48:28 2012 (r239068) +++ head/sys/boot/pc98/libpc98/Makefile Sun Aug 5 14:48:55 2012 (r239069) @@ -37,7 +37,8 @@ CFLAGS+= -DTERM_EMU # XXX: make alloca() useable CFLAGS+= -Dalloca=__builtin_alloca -CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib \ +CFLAGS+= -I${.CURDIR}/../../common \ + -I${.CURDIR}/../btx/lib \ -I${.CURDIR}/../../i386/libi386 \ -I${.CURDIR}/../../.. -I. # the location of libstand
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208051448.q75EmtE1094391>