Reduce diffs against i386.

This commit is contained in:
Yoshihiro Takahashi 2012-08-05 14:48:55 +00:00
parent 4c89da6c18
commit 7361df284b
2 changed files with 4 additions and 3 deletions

View File

@ -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.
#

View File

@ -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