svn commit: r239069 - in head/sys/boot/pc98: cdboot libpc98
Takahashi Yoshihiro
nyan at FreeBSD.org
Sun Aug 5 14:48:56 UTC 2012
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
More information about the svn-src-all
mailing list