summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2005-12-20 08:54:30 +0000
committersobomax <sobomax@FreeBSD.org>2005-12-20 08:54:30 +0000
commit6168246eb277979999f16d71eeb87bdc9b7c4424 (patch)
tree50ec865f506472822bd88d6943ea548cdb312697 /sys/boot
parent264e5634f3ea084ecbb2c3711534a33b3c3f62eb (diff)
downloadFreeBSD-src-6168246eb277979999f16d71eeb87bdc9b7c4424.zip
FreeBSD-src-6168246eb277979999f16d71eeb87bdc9b7c4424.tar.gz
Unbreak pc98 after my last changes to i386.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/pc98/libpc98/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/pc98/libpc98/Makefile b/sys/boot/pc98/libpc98/Makefile
index 161bbad..7179559 100644
--- a/sys/boot/pc98/libpc98/Makefile
+++ b/sys/boot/pc98/libpc98/Makefile
@@ -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.
OpenPOWER on IntegriCloud