summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index f1eab728fe..8c3cafe359 100755
--- a/configure
+++ b/configure
@@ -1687,6 +1687,9 @@ if test $cpu != "generic"; then
arm*)
add_cflags -mcpu=$cpu
;;
+ ev4|ev45|ev5|ev56|pca56|ev6|ev67)
+ add_cflags -mcpu=$cpu
+ ;;
*)
echo "WARNING: Unknown CPU \"$cpu\", ignored."
;;