Don't define UNALIGNED_ACCESS, it's not used anymore.

This commit is contained in:
cbiere 2007-01-27 07:21:32 +00:00
parent b70ba117e6
commit 5bc2b7285f
1 changed files with 1 additions and 3 deletions

View File

@ -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 \