summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index adebac0559..b0b6229cc5 100755
--- a/configure
+++ b/configure
@@ -1518,7 +1518,11 @@ if test $cpu != "generic"; then
sparc64)
add_cflags "-mcpu=v9"
;;
- arm*|cortex*)
+ arm11*|cortex*)
+ add_cflags "-mcpu=$cpu"
+ enable fast_unaligned
+ ;;
+ arm*)
add_cflags "-mcpu=$cpu"
;;
*)