Don't define UNALIGNED_ACCESS, it's not used anymore.
This commit is contained in:
parent
b70ba117e6
commit
5bc2b7285f
|
@ -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}/../../../../../
|
S= ${.CURDIR}/../../../../../
|
||||||
|
|
||||||
|
@ -70,8 +70,6 @@ CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes
|
||||||
CPPFLAGS+= -nostdinc -D_STANDALONE
|
CPPFLAGS+= -nostdinc -D_STANDALONE
|
||||||
CPPFLAGS+= -I$S
|
CPPFLAGS+= -I$S
|
||||||
|
|
||||||
CPPFLAGS+= -DUNALIGNED_ACCESS
|
|
||||||
|
|
||||||
CPPFLAGS+= -DLIBSA_SINGLE_FILESYSTEM=xxfs \
|
CPPFLAGS+= -DLIBSA_SINGLE_FILESYSTEM=xxfs \
|
||||||
-DLIBSA_NO_TWIDDLE \
|
-DLIBSA_NO_TWIDDLE \
|
||||||
-DLIBSA_NO_FD_CHECKING \
|
-DLIBSA_NO_FD_CHECKING \
|
||||||
|
|
Loading…
Reference in New Issue