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.
This commit is contained in:
Marcel Moolenaar 2010-07-15 03:11:04 +00:00
parent 63f6e5bf6f
commit c7904f69f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210103

View File

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