aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2010-07-15 03:11:04 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2010-07-15 03:11:04 +0000
commitc7904f69f485c6848fed1d76e361993dad9712ff (patch)
tree88000fb4b78759f33953abfcb1f6384df6e8a9f0 /lib
parent63f6e5bf6fa5fa89ab2d4912e34f989363e24fe9 (diff)
downloadsrc-c7904f69f485c6848fed1d76e361993dad9712ff.tar.gz
src-c7904f69f485c6848fed1d76e361993dad9712ff.zip
Unbreak xz (liblzma) on strong-aligned architectures (and without
emulation of misaligned memory accesses). We cannot map the unaligned memory access functions to the ones used for aligned accesses, so do not define TUKLIB_FAST_UNALIGNED_ACCESS.
Notes
Notes: svn path=/head/; revision=210103
Diffstat (limited to 'lib')
-rw-r--r--lib/liblzma/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/liblzma/config.h b/lib/liblzma/config.h
index e7b61bb95f98..61542b931842 100644
--- a/lib/liblzma/config.h
+++ b/lib/liblzma/config.h
@@ -66,7 +66,6 @@
#define SIZEOF_SIZE_T 8
#define STDC_HEADERS 1
#define TUKLIB_CPUCORES_SYSCONF 1
-#define TUKLIB_FAST_UNALIGNED_ACCESS 1
#define TUKLIB_PHYSMEM_SYSCONF 1
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1