Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2010 03:11:04 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r210103 - head/lib/liblzma
Message-ID:  <201007150311.o6F3B4bZ061614@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel
Date: Thu Jul 15 03:11:04 2010
New Revision: 210103
URL: http://svn.freebsd.org/changeset/base/210103

Log:
  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.

Modified:
  head/lib/liblzma/config.h

Modified: head/lib/liblzma/config.h
==============================================================================
--- head/lib/liblzma/config.h	Thu Jul 15 03:02:10 2010	(r210102)
+++ head/lib/liblzma/config.h	Thu Jul 15 03:11:04 2010	(r210103)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007150311.o6F3B4bZ061614>