diff configure @ 28606:172bddb096b8

AVR32 apparently supports fast unaligned accesses.
author diego
date Tue, 17 Feb 2009 22:05:25 +0000
parents e5f8eec12e5c
children 0c4d9e4848b7
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'
     ;;