Reduce diffs against i386.
This commit is contained in:
parent
4c89da6c18
commit
7361df284b
@ -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.
|
||||
#
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user