Unbreak pc98 after my last changes to i386.
This commit is contained in:
parent
796baad9e6
commit
90ec8e27c3
@ -24,6 +24,9 @@ CFLAGS+= -DDISK_DEBUG
|
||||
# Include simple terminal emulation (cons25-compatible)
|
||||
CFLAGS+= -DTERM_EMU
|
||||
|
||||
# XXX: make alloca() useable
|
||||
CFLAGS+= -Dalloca=__builtin_alloca
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib \
|
||||
-I${.CURDIR}/../../i386/libi386 \
|
||||
-I${.CURDIR}/../../.. -I.
|
||||
|
Loading…
Reference in New Issue
Block a user