changeset 27729:85a9b1052a44

Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.
author diego
date Mon, 13 Oct 2008 22:25:35 +0000
parents b21e4615ab94
children 48fbac972d03
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Oct 13 16:26:05 2008 +0000
+++ b/configure	Mon Oct 13 22:25:35 2008 +0000
@@ -2010,6 +2010,7 @@
     _arch='POWERPC PPC'
     _def_dcbzl='#undef HAVE_DCBZL'
     _target_arch='ARCH_POWERPC = yes'
+    _def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1'
     iproc='ppc'
 
     echocheck "CPU type"