changeset 28606:172bddb096b8

AVR32 apparently supports fast unaligned accesses.
author diego
date Tue, 17 Feb 2009 22:05:25 +0000
parents 65e49c604b25
children cd63458d940f
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Feb 17 21:08:22 2009 +0000
+++ b/configure	Tue Feb 17 22:05:25 2009 +0000
@@ -2061,6 +2061,7 @@
   avr32)
     _arch='AVR32'
     _target_arch='ARCH_AVR32 = yes'
+    def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1'
     iproc='avr32'
     ;;