fix mem align for arm processors by Koen Kooi
svn-id: r19111
This commit is contained in:
parent
8b1e22e964
commit
824f9316bf
1 changed files with 3 additions and 0 deletions
3
configure
vendored
3
configure
vendored
|
@ -809,6 +809,9 @@ EOF
|
|||
#
|
||||
echo_n "Alignment required... "
|
||||
case $_host_cpu in
|
||||
arm*)
|
||||
_need_memalign=yes
|
||||
;;
|
||||
alpha*)
|
||||
# Hardcode alignment requirements for Alpha processsors
|
||||
_need_memalign=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue