From 90ec8e27c31a8ca5f24e950fab6cf9b64ffdbe46 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 20 Dec 2005 08:54:30 +0000 Subject: [PATCH] Unbreak pc98 after my last changes to i386. --- sys/boot/pc98/libpc98/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/boot/pc98/libpc98/Makefile b/sys/boot/pc98/libpc98/Makefile index 161bbad311bc..7179559a083c 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.