From fb95758b818cc41a9f125f809c7441da918dd552 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 18 Jan 2007 21:36:44 +0000 Subject: Patch #1596959 (SH and MIPS need memalign too) svn-id: r25118 --- configure | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 0f16785a72..05a4290b3e 100755 --- a/configure +++ b/configure @@ -872,6 +872,18 @@ EOF # Hardcode alignment requirements for Alpha processsors _need_memalign=yes ;; + sh*) + # Hardcode alignment requirements for SH processsors. + # While these can emulate unaligned memory access, this + # emulation is rather slow. + _need_memalign=yes + ;; + mips*) + # Hardcode alignment requirements for MIPS processsors. + # While these can emulate unaligned memory access, this + # emulation is rather slow. + _need_memalign=yes + ;; *) # Try to auto-detect.... cat > $TMPC << EOF -- cgit v1.2.3