From 5bc2b7285f1a710b0c1fcc52b8fc4948f15103fb Mon Sep 17 00:00:00 2001 From: cbiere Date: Sat, 27 Jan 2007 07:21:32 +0000 Subject: [PATCH] Don't define UNALIGNED_ACCESS, it's not used anymore. --- sys/arch/i386/stand/bootxx/Makefile.bootxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/arch/i386/stand/bootxx/Makefile.bootxx b/sys/arch/i386/stand/bootxx/Makefile.bootxx index b07f6a3b5045..26f347e2faee 100644 --- a/sys/arch/i386/stand/bootxx/Makefile.bootxx +++ b/sys/arch/i386/stand/bootxx/Makefile.bootxx @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.bootxx,v 1.26 2006/12/03 19:14:08 dsl Exp $ +# $NetBSD: Makefile.bootxx,v 1.27 2007/01/27 07:21:32 cbiere Exp $ S= ${.CURDIR}/../../../../../ @@ -70,8 +70,6 @@ CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes CPPFLAGS+= -nostdinc -D_STANDALONE CPPFLAGS+= -I$S -CPPFLAGS+= -DUNALIGNED_ACCESS - CPPFLAGS+= -DLIBSA_SINGLE_FILESYSTEM=xxfs \ -DLIBSA_NO_TWIDDLE \ -DLIBSA_NO_FD_CHECKING \